Html Css Color HEX #FC8D16 Carrot Orange

📋 copy color: '#FC8D16'

red 252 ◦ green 141 ◦ blue 22

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

Shades of Carrot Orange #FC8D16

Tints of Carrot Orange #FC8D16

RGB

 RED value IS 252 (98.83% from 255) = 60.72%

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

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

R = 60.72%
G = 33.98%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC8D16 (or 0xFC8D16) is known color: Carrot Orange. HEX triplet: FC, 8D and 16. RGB value is (252,141,22). Sum of RGB (Red+Green+Blue) = 252+141+22=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8D16 is #0372E9. Grayscale: #A1A1A1. Windows color (decimal): -226026 or 1478140. OLE color: 1478140.

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

Color convert

RGB 252 141 22 -
CMYK 0 0.44 0.91 0.01
HSL 31.04º 0.97% 0.54% -
HSV(B) 31.04º 0.91% 0.99% -
XYZ 49.81 39.8 5.82 -
YUV 160.62 49.77 193.18 -
System Red Green Blue C M Y K H S L
Decimal 252 141 22 0 0.44 0.91 0.01 31.04 0.97 0.54
Hex FC 8D 16 0 2C 5B 1 1F 61 36
Octal 374 215 26 0 54 133 1 37 141 66
Binary 11111100 10001101 10110 0 101100 1011011 1 11111 1100001 110110

Color Harmonies of #FC8D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D16

Black with #FC8D16

Text Example


Text Example

White with #FC8D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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