Html Css Color HEX #FC8510 Dark Orange

📋 copy color: '#FC8510'

red 252 ◦ green 133 ◦ blue 16

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

Shades of Dark Orange #FC8510

Tints of Dark Orange #FC8510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 62.84%
G = 33.17%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC8510 (or 0xFC8510) is known color: Dark Orange. HEX triplet: FC, 85 and 10. RGB value is (252,133,16). Sum of RGB (Red+Green+Blue) = 252+133+16=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8510 is #037AEF. Grayscale: #9B9B9B. Windows color (decimal): -228080 or 1082876. OLE color: 1082876.

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

Color convert

RGB 252 133 16 -
CMYK 0 0.47 0.94 0.01
HSL 29.75º 0.98% 0.53% -
HSV(B) 29.75º 0.94% 0.99% -
XYZ 48.63 37.51 5.17 -
YUV 155.24 49.42 197.01 -
System Red Green Blue C M Y K H S L
Decimal 252 133 16 0 0.47 0.94 0.01 29.75 0.98 0.53
Hex FC 85 10 0 2F 5E 1 1E 62 35
Octal 374 205 20 0 57 136 1 36 142 65
Binary 11111100 10000101 10000 0 101111 1011110 1 11110 1100010 110101

Color Harmonies of #FC8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8510

Black with #FC8510

Text Example


Text Example

White with #FC8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8510; }

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

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

background-color css

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

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

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

border-color css

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

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

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