Html Css Color HEX #FC910C Dark Orange

📋 copy color: '#FC910C'

red 252 ◦ green 145 ◦ blue 12

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

Shades of Dark Orange #FC910C

Tints of Dark Orange #FC910C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 61.61%
G = 35.45%
B = 2.93%

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

#FC910C (or 0xFC910C) is known color: Dark Orange. HEX triplet: FC, 91 and 0C. RGB value is (252,145,12). Sum of RGB (Red+Green+Blue) = 252+145+12=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC910C is #036EF3. Grayscale: #A2A2A2. Windows color (decimal): -225012 or 823804. OLE color: 823804.

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

Color convert

RGB 252 145 12 -
CMYK 0 0.42 0.95 0.01
HSL 33.25º 0.98% 0.52% -
HSV(B) 33.25º 0.95% 0.99% -
XYZ 50.34 40.97 5.6 -
YUV 161.83 43.45 192.31 -
System Red Green Blue C M Y K H S L
Decimal 252 145 12 0 0.42 0.95 0.01 33.25 0.98 0.52
Hex FC 91 C 0 2A 5F 1 21 62 34
Octal 374 221 14 0 52 137 1 41 142 64
Binary 11111100 10010001 1100 0 101010 1011111 1 100001 1100010 110100

Color Harmonies of #FC910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC910C

Black with #FC910C

Text Example


Text Example

White with #FC910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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