Html Css Color HEX #FC8D1D Carrot Orange

📋 copy color: '#FC8D1D'

red 252 ◦ green 141 ◦ blue 29

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

Shades of Carrot Orange #FC8D1D

Tints of Carrot Orange #FC8D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.87%

R = 59.72%
G = 33.41%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC8D1D (or 0xFC8D1D) is known color: Carrot Orange. HEX triplet: FC, 8D and 1D. RGB value is (252,141,29). Sum of RGB (Red+Green+Blue) = 252+141+29=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D1D is #0372E2. Grayscale: #A1A1A1. Windows color (decimal): -226019 or 1936892. OLE color: 1936892.

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

Color convert

RGB 252 141 29 -
CMYK 0 0.44 0.88 0.01
HSL 30.13º 0.97% 0.55% -
HSV(B) 30.13º 0.88% 0.99% -
XYZ 49.89 39.83 6.22 -
YUV 161.42 53.27 192.61 -
System Red Green Blue C M Y K H S L
Decimal 252 141 29 0 0.44 0.88 0.01 30.13 0.97 0.55
Hex FC 8D 1D 0 2C 58 1 1E 61 37
Octal 374 215 35 0 54 130 1 36 141 67
Binary 11111100 10001101 11101 0 101100 1011000 1 11110 1100001 110111

Color Harmonies of #FC8D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D1D

Black with #FC8D1D

Text Example


Text Example

White with #FC8D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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