Html Css Color HEX #FE9A20 Carrot Orange

📋 copy color: '#FE9A20'

red 254 ◦ green 154 ◦ blue 32

#FE9A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #FE9A20

Tints of Carrot Orange #FE9A20

RGB

 RED value IS 254 (99.61% from 255) = 57.73%

 GREEN value IS 154 (60.55% from 255) = 35%

 BLUE value IS 32 (12.89% from 255) = 7.27%

R = 57.73%
G = 35%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE9A20 (or 0xFE9A20) is known color: Carrot Orange. HEX triplet: FE, 9A and 20. RGB value is (254,154,32). Sum of RGB (Red+Green+Blue) = 254+154+32=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A20 is #0165DF. Grayscale: #AAAAAA. Windows color (decimal): -91616 or 2136830. OLE color: 2136830.

HSL color Cylindrical-coordinate representation of color #FE9A20: hue angle of 32.97º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE9A20 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 154 32 -
CMYK 0 0.39 0.87 0.00
HSL 32.97º 0.99% 0.56% -
HSV(B) 32.97º 0.87% 1% -
XYZ 52.69 44.29 7.14 -
YUV 169.99 50.13 187.92 -
System Red Green Blue C M Y K H S L
Decimal 254 154 32 0 0.39 0.87 0.00 32.97 0.99 0.56
Hex FE 9A 20 0 27 57 0 21 63 38
Octal 376 232 40 0 47 127 0 41 143 70
Binary 11111110 10011010 100000 0 100111 1010111 0 100001 1100011 111000

Color Harmonies of #FE9A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9A20

Black with #FE9A20

Text Example


Text Example

White with #FE9A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9A20; }

 p { color: rgb(254,154,32); }

 H1.HeaderClassName
 {
   color: #FE9A20;
 }
 .AnyTagClassName
 {
   color: #FE9A20;
 }
</style>

background-color css

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

 a { background-color: rgb(254,154,32); }

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

border-color css

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

 span { border-color: rgb(254,154,32); }

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