Html Css Color HEX #FE8C1E Carrot Orange

📋 copy color: '#FE8C1E'

red 254 ◦ green 140 ◦ blue 30

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

Shades of Carrot Orange #FE8C1E

Tints of Carrot Orange #FE8C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.08%

R = 59.91%
G = 33.02%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE8C1E (or 0xFE8C1E) is known color: Carrot Orange. HEX triplet: FE, 8C and 1E. RGB value is (254,140,30). Sum of RGB (Red+Green+Blue) = 254+140+30=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C1E is #0173E1. Grayscale: #A2A2A2. Windows color (decimal): -95202 or 2002174. OLE color: 2002174.

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

Color convert

RGB 254 140 30 -
CMYK 0 0.45 0.88 0.00
HSL 29.46º 0.99% 0.56% -
HSV(B) 29.46º 0.88% 1% -
XYZ 50.49 39.92 6.27 -
YUV 161.55 53.77 193.94 -
System Red Green Blue C M Y K H S L
Decimal 254 140 30 0 0.45 0.88 0.00 29.46 0.99 0.56
Hex FE 8C 1E 0 2D 58 0 1D 63 38
Octal 376 214 36 0 55 130 0 35 143 70
Binary 11111110 10001100 11110 0 101101 1011000 0 11101 1100011 111000

Color Harmonies of #FE8C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C1E

Black with #FE8C1E

Text Example


Text Example

White with #FE8C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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