Html Css Color HEX #FC9410 Dark Orange

📋 copy color: '#FC9410'

red 252 ◦ green 148 ◦ blue 16

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

Shades of Dark Orange #FC9410

Tints of Dark Orange #FC9410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 60.58%
G = 35.58%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC9410 (or 0xFC9410) is known color: Dark Orange. HEX triplet: FC, 94 and 10. RGB value is (252,148,16). Sum of RGB (Red+Green+Blue) = 252+148+16=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9410 is #036BEF. Grayscale: #A4A4A4. Windows color (decimal): -224240 or 1086716. OLE color: 1086716.

HSL color Cylindrical-coordinate representation of color #FC9410: hue angle of 33.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC9410 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 148 16 -
CMYK 0 0.41 0.94 0.01
HSL 33.56º 0.98% 0.53% -
HSV(B) 33.56º 0.94% 0.99% -
XYZ 50.83 41.91 5.9 -
YUV 164.05 44.46 190.73 -
System Red Green Blue C M Y K H S L
Decimal 252 148 16 0 0.41 0.94 0.01 33.56 0.98 0.53
Hex FC 94 10 0 29 5E 1 22 62 35
Octal 374 224 20 0 51 136 1 42 142 65
Binary 11111100 10010100 10000 0 101001 1011110 1 100010 1100010 110101

Color Harmonies of #FC9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9410

Black with #FC9410

Text Example


Text Example

White with #FC9410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9410; }

 p { color: rgb(252,148,16); }

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

background-color css

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

 a { background-color: rgb(252,148,16); }

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

border-color css

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

 span { border-color: rgb(252,148,16); }

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