Html Css Color HEX #FC8C19 Carrot Orange

📋 copy color: '#FC8C19'

red 252 ◦ green 140 ◦ blue 25

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

Shades of Carrot Orange #FC8C19

Tints of Carrot Orange #FC8C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6%

R = 60.43%
G = 33.57%
B = 6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC8C19 (or 0xFC8C19) is known color: Carrot Orange. HEX triplet: FC, 8C and 19. RGB value is (252,140,25). Sum of RGB (Red+Green+Blue) = 252+140+25=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8C19 is #0373E6. Grayscale: #A0A0A0. Windows color (decimal): -226279 or 1674492. OLE color: 1674492.

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

Color convert

RGB 252 140 25 -
CMYK 0 0.44 0.90 0.01
HSL 30.4º 0.97% 0.54% -
HSV(B) 30.4º 0.9% 0.99% -
XYZ 49.7 39.52 5.93 -
YUV 160.38 51.61 193.35 -
System Red Green Blue C M Y K H S L
Decimal 252 140 25 0 0.44 0.90 0.01 30.4 0.97 0.54
Hex FC 8C 19 0 2C 5A 1 1E 61 36
Octal 374 214 31 0 54 132 1 36 141 66
Binary 11111100 10001100 11001 0 101100 1011010 1 11110 1100001 110110

Color Harmonies of #FC8C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C19

Black with #FC8C19

Text Example


Text Example

White with #FC8C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C19; }

 p { color: rgb(252,140,25); }

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

background-color css

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

 a { background-color: rgb(252,140,25); }

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

border-color css

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

 span { border-color: rgb(252,140,25); }

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