#FD922A

Color #FD922A Neon Carrot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Carrot #FD922A

Tints of Neon Carrot #FD922A

Color information

#FD922A (or 0xFD922A) is unknown color: approx Neon Carrot. HEX triplet: FD, 92 and 2A. RGB value is (253,146,42). Sum of RGB (Red+Green+Blue) = 253+146+42=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD922A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD922A is #026DD5. Grayscale: #A6A6A6. Windows color (decimal): -159190 or 2790141. OLE color: 2790141.

HSL color Cylindrical-coordinate representation of color #FD922A: hue angle of 29.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD922A is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB25314642-
CMYK00.420.830.01
HSL29.57º98.14%57.84%-
HSV(B)29.57º83.4%99.22%-
XYZ51.241.617.52-
YUV166.1457.95189.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 57.37%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 42 (16.80% from 255) = 9.52%
R=57.37%
G=33.11%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531464200.420.830.0129.5798.1457.84
HexFD922A02A5311e623a
Octal3752225205212313614272
Binary1111110110010010101010010101010100111111101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD922A; }

 p { color: rgb(253,146,42); }

 H1.HeaderClassName
 {
   color: #FD922A;
 }
 .AnyTagClassName
 {
   color: #FD922A;
 }
</style>
background-color css

<style>
 a { background-color: #FD922A; }

 a { background-color: rgb(253,146,42); }

 div.DivClassName
 {
   background-color: #FD922A;
 }
 .BgClassName
 {
   background-color: #FD922A;
 }
</style>
border-color css

<style>
 span { border-color: #FD922A; }

 span { border-color: rgb(253,146,42); }

 td.TdClassName
 {
   border-color: #FD922A;
 }
 .TagClassName
 {
   border-color: #FD922A;
 }
</style>