Html Css Color HEX #FE9020 Carrot Orange

📋 copy color: '#FE9020'

red 254 ◦ green 144 ◦ blue 32

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

Shades of Carrot Orange #FE9020

Tints of Carrot Orange #FE9020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.49%

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

R = 59.07%
G = 33.49%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE9020 (or 0xFE9020) is known color: Carrot Orange. HEX triplet: FE, 90 and 20. RGB value is (254,144,32). Sum of RGB (Red+Green+Blue) = 254+144+32=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9020 is #016FDF. Grayscale: #A4A4A4. Windows color (decimal): -94176 or 2134270. OLE color: 2134270.

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

Color convert

RGB 254 144 32 -
CMYK 0 0.43 0.87 0.00
HSL 30.27º 0.99% 0.56% -
HSV(B) 30.27º 0.87% 1% -
XYZ 51.11 41.12 6.61 -
YUV 164.12 53.44 192.11 -
System Red Green Blue C M Y K H S L
Decimal 254 144 32 0 0.43 0.87 0.00 30.27 0.99 0.56
Hex FE 90 20 0 2B 57 0 1E 63 38
Octal 376 220 40 0 53 127 0 36 143 70
Binary 11111110 10010000 100000 0 101011 1010111 0 11110 1100011 111000

Color Harmonies of #FE9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9020

Black with #FE9020

Text Example


Text Example

White with #FE9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9020; }

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

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

background-color css

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

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

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

border-color css

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

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

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