Html Css Color HEX #FC910D Dark Orange

📋 copy color: '#FC910D'

red 252 ◦ green 145 ◦ blue 13

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

Shades of Dark Orange #FC910D

Tints of Dark Orange #FC910D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 61.46%
G = 35.37%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC910D (or 0xFC910D) is known color: Dark Orange. HEX triplet: FC, 91 and 0D. RGB value is (252,145,13). Sum of RGB (Red+Green+Blue) = 252+145+13=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC910D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC910D is #036EF2. Grayscale: #A2A2A2. Windows color (decimal): -225011 or 889340. OLE color: 889340.

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

Color convert

RGB 252 145 13 -
CMYK 0 0.42 0.95 0.01
HSL 33.14º 0.98% 0.52% -
HSV(B) 33.14º 0.95% 0.99% -
XYZ 50.34 40.98 5.64 -
YUV 161.95 43.95 192.23 -
System Red Green Blue C M Y K H S L
Decimal 252 145 13 0 0.42 0.95 0.01 33.14 0.98 0.52
Hex FC 91 D 0 2A 5F 1 21 62 34
Octal 374 221 15 0 52 137 1 41 142 64
Binary 11111100 10010001 1101 0 101010 1011111 1 100001 1100010 110100

Color Harmonies of #FC910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC910D

Black with #FC910D

Text Example


Text Example

White with #FC910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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