Html Css Color HEX #FC9519 Carrot Orange

📋 copy color: '#FC9519'

red 252 ◦ green 149 ◦ blue 25

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

Shades of Carrot Orange #FC9519

Tints of Carrot Orange #FC9519

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.98%

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

R = 59.15%
G = 34.98%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC9519 (or 0xFC9519) is known color: Carrot Orange. HEX triplet: FC, 95 and 19. RGB value is (252,149,25). Sum of RGB (Red+Green+Blue) = 252+149+25=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9519 is #036AE6. Grayscale: #A6A6A6. Windows color (decimal): -223975 or 1676796. OLE color: 1676796.

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

Color convert

RGB 252 149 25 -
CMYK 0 0.41 0.90 0.01
HSL 32.78º 0.97% 0.54% -
HSV(B) 32.78º 0.9% 0.99% -
XYZ 51.07 42.26 6.39 -
YUV 165.66 48.62 189.58 -
System Red Green Blue C M Y K H S L
Decimal 252 149 25 0 0.41 0.90 0.01 32.78 0.97 0.54
Hex FC 95 19 0 29 5A 1 21 61 36
Octal 374 225 31 0 51 132 1 41 141 66
Binary 11111100 10010101 11001 0 101001 1011010 1 100001 1100001 110110

Color Harmonies of #FC9519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9519

Black with #FC9519

Text Example


Text Example

White with #FC9519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9519; }

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

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

background-color css

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

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

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

border-color css

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

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

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