Html Css Color HEX #FC8F10 Dark Orange

📋 copy color: '#FC8F10'

red 252 ◦ green 143 ◦ blue 16

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

Shades of Dark Orange #FC8F10

Tints of Dark Orange #FC8F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 61.31%
G = 34.79%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC8F10 (or 0xFC8F10) is known color: Dark Orange. HEX triplet: FC, 8F and 10. RGB value is (252,143,16). Sum of RGB (Red+Green+Blue) = 252+143+16=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F10 is #0370EF. Grayscale: #A1A1A1. Windows color (decimal): -225520 or 1085436. OLE color: 1085436.

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

Color convert

RGB 252 143 16 -
CMYK 0 0.43 0.94 0.01
HSL 32.29º 0.98% 0.53% -
HSV(B) 32.29º 0.94% 0.99% -
XYZ 50.06 40.38 5.65 -
YUV 161.11 46.11 192.83 -
System Red Green Blue C M Y K H S L
Decimal 252 143 16 0 0.43 0.94 0.01 32.29 0.98 0.53
Hex FC 8F 10 0 2B 5E 1 20 62 35
Octal 374 217 20 0 53 136 1 40 142 65
Binary 11111100 10001111 10000 0 101011 1011110 1 100000 1100010 110101

Color Harmonies of #FC8F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F10

Black with #FC8F10

Text Example


Text Example

White with #FC8F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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