Html Css Color HEX #FC8D19 Carrot Orange

📋 copy color: '#FC8D19'

red 252 ◦ green 141 ◦ blue 25

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

Shades of Carrot Orange #FC8D19

Tints of Carrot Orange #FC8D19

RGB

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

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

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

R = 60.29%
G = 33.73%
B = 5.98%

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

#FC8D19 (or 0xFC8D19) is known color: Carrot Orange. HEX triplet: FC, 8D and 19. RGB value is (252,141,25). Sum of RGB (Red+Green+Blue) = 252+141+25=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8D19 is #0372E6. Grayscale: #A1A1A1. Windows color (decimal): -226023 or 1674748. OLE color: 1674748.

HSL color Cylindrical-coordinate representation of color #FC8D19: hue angle of 30.66º 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 #FC8D19 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 141 25 -
CMYK 0 0.44 0.90 0.01
HSL 30.66º 0.97% 0.54% -
HSV(B) 30.66º 0.9% 0.99% -
XYZ 49.85 39.82 5.98 -
YUV 160.97 51.27 192.93 -
System Red Green Blue C M Y K H S L
Decimal 252 141 25 0 0.44 0.90 0.01 30.66 0.97 0.54
Hex FC 8D 19 0 2C 5A 1 1F 61 36
Octal 374 215 31 0 54 132 1 37 141 66
Binary 11111100 10001101 11001 0 101100 1011010 1 11111 1100001 110110

Color Harmonies of #FC8D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D19

Black with #FC8D19

Text Example


Text Example

White with #FC8D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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