Html Css Color HEX #FC910F Dark Orange

📋 copy color: '#FC910F'

red 252 ◦ green 145 ◦ blue 15

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

Shades of Dark Orange #FC910F

Tints of Dark Orange #FC910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

 BLUE value IS 15 (6.25% from 255) = 3.64%

R = 61.17%
G = 35.19%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC910F (or 0xFC910F) is known color: Dark Orange. HEX triplet: FC, 91 and 0F. RGB value is (252,145,15). Sum of RGB (Red+Green+Blue) = 252+145+15=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC910F is #036EF0. Grayscale: #A2A2A2. Windows color (decimal): -225009 or 1020412. OLE color: 1020412.

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

Color convert

RGB 252 145 15 -
CMYK 0 0.42 0.94 0.01
HSL 32.91º 0.98% 0.52% -
HSV(B) 32.91º 0.94% 0.99% -
XYZ 50.36 40.98 5.71 -
YUV 162.17 44.95 192.07 -
System Red Green Blue C M Y K H S L
Decimal 252 145 15 0 0.42 0.94 0.01 32.91 0.98 0.52
Hex FC 91 F 0 2A 5E 1 21 62 34
Octal 374 221 17 0 52 136 1 41 142 64
Binary 11111100 10010001 1111 0 101010 1011110 1 100001 1100010 110100

Color Harmonies of #FC910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC910F

Black with #FC910F

Text Example


Text Example

White with #FC910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC910F; }

 p { color: rgb(252,145,15); }

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

background-color css

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

 a { background-color: rgb(252,145,15); }

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

border-color css

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

 span { border-color: rgb(252,145,15); }

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