Html Css Color HEX #FE9420 Carrot Orange

📋 copy color: '#FE9420'

red 254 ◦ green 148 ◦ blue 32

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

Shades of Carrot Orange #FE9420

Tints of Carrot Orange #FE9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 58.53%
G = 34.1%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE9420 (or 0xFE9420) is known color: Carrot Orange. HEX triplet: FE, 94 and 20. RGB value is (254,148,32). Sum of RGB (Red+Green+Blue) = 254+148+32=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9420 is #016BDF. Grayscale: #A7A7A7. Windows color (decimal): -93152 or 2135294. OLE color: 2135294.

HSL color Cylindrical-coordinate representation of color #FE9420: hue angle of 31.35º 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 #FE9420 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 148 32 -
CMYK 0 0.42 0.87 0.00
HSL 31.35º 0.99% 0.56% -
HSV(B) 31.35º 0.87% 1% -
XYZ 51.72 42.35 6.82 -
YUV 166.47 52.12 190.43 -
System Red Green Blue C M Y K H S L
Decimal 254 148 32 0 0.42 0.87 0.00 31.35 0.99 0.56
Hex FE 94 20 0 2A 57 0 1F 63 38
Octal 376 224 40 0 52 127 0 37 143 70
Binary 11111110 10010100 100000 0 101010 1010111 0 11111 1100011 111000

Color Harmonies of #FE9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9420

Black with #FE9420

Text Example


Text Example

White with #FE9420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9420; }

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

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

background-color css

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

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

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

border-color css

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

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

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