Html Css Color HEX #FE8C20 Carrot Orange

📋 copy color: '#FE8C20'

red 254 ◦ green 140 ◦ blue 32

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

Shades of Carrot Orange #FE8C20

Tints of Carrot Orange #FE8C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

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

R = 59.62%
G = 32.86%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE8C20 (or 0xFE8C20) is known color: Carrot Orange. HEX triplet: FE, 8C and 20. RGB value is (254,140,32). Sum of RGB (Red+Green+Blue) = 254+140+32=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C20 is #0173DF. Grayscale: #A2A2A2. Windows color (decimal): -95200 or 2133246. OLE color: 2133246.

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

Color convert

RGB 254 140 32 -
CMYK 0 0.45 0.87 0.00
HSL 29.19º 0.99% 0.56% -
HSV(B) 29.19º 0.87% 1% -
XYZ 50.51 39.93 6.41 -
YUV 161.77 54.77 193.78 -
System Red Green Blue C M Y K H S L
Decimal 254 140 32 0 0.45 0.87 0.00 29.19 0.99 0.56
Hex FE 8C 20 0 2D 57 0 1D 63 38
Octal 376 214 40 0 55 127 0 35 143 70
Binary 11111110 10001100 100000 0 101101 1010111 0 11101 1100011 111000

Color Harmonies of #FE8C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C20

Black with #FE8C20

Text Example


Text Example

White with #FE8C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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