Html Css Color HEX #FE8D16 Carrot Orange

📋 copy color: '#FE8D16'

red 254 ◦ green 141 ◦ blue 22

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

Shades of Carrot Orange #FE8D16

Tints of Carrot Orange #FE8D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.81%

 BLUE value IS 22 (8.98% from 255) = 5.28%

R = 60.91%
G = 33.81%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE8D16 (or 0xFE8D16) is known color: Carrot Orange. HEX triplet: FE, 8D and 16. RGB value is (254,141,22). Sum of RGB (Red+Green+Blue) = 254+141+22=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8D16 is #0172E9. Grayscale: #A1A1A1. Windows color (decimal): -94954 or 1478142. OLE color: 1478142.

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

Color convert

RGB 254 141 22 -
CMYK 0 0.44 0.91 0.00
HSL 30.78º 0.99% 0.54% -
HSV(B) 30.78º 0.91% 1% -
XYZ 50.54 40.18 5.85 -
YUV 161.22 49.44 194.18 -
System Red Green Blue C M Y K H S L
Decimal 254 141 22 0 0.44 0.91 0.00 30.78 0.99 0.54
Hex FE 8D 16 0 2C 5B 0 1F 63 36
Octal 376 215 26 0 54 133 0 37 143 66
Binary 11111110 10001101 10110 0 101100 1011011 0 11111 1100011 110110

Color Harmonies of #FE8D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D16

Black with #FE8D16

Text Example


Text Example

White with #FE8D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D16; }

 p { color: rgb(254,141,22); }

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

background-color css

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

 a { background-color: rgb(254,141,22); }

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

border-color css

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

 span { border-color: rgb(254,141,22); }

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