Html Css Color HEX #FC910B Dark Orange

📋 copy color: '#FC910B'

red 252 ◦ green 145 ◦ blue 11

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

Shades of Dark Orange #FC910B

Tints of Dark Orange #FC910B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 61.76%
G = 35.54%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC910B (or 0xFC910B) is known color: Dark Orange. HEX triplet: FC, 91 and 0B. RGB value is (252,145,11). Sum of RGB (Red+Green+Blue) = 252+145+11=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC910B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC910B is #036EF4. Grayscale: #A2A2A2. Windows color (decimal): -225013 or 758268. OLE color: 758268.

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

Color convert

RGB 252 145 11 -
CMYK 0 0.42 0.96 0.01
HSL 33.36º 0.98% 0.52% -
HSV(B) 33.36º 0.96% 0.99% -
XYZ 50.33 40.97 5.57 -
YUV 161.72 42.95 192.4 -
System Red Green Blue C M Y K H S L
Decimal 252 145 11 0 0.42 0.96 0.01 33.36 0.98 0.52
Hex FC 91 B 0 2A 60 1 21 62 34
Octal 374 221 13 0 52 140 1 41 142 64
Binary 11111100 10010001 1011 0 101010 1100000 1 100001 1100010 110100

Color Harmonies of #FC910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC910B

Black with #FC910B

Text Example


Text Example

White with #FC910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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