Html Css Color HEX #FC8F0E Dark Orange

📋 copy color: '#FC8F0E'

red 252 ◦ green 143 ◦ blue 14

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

Shades of Dark Orange #FC8F0E

Tints of Dark Orange #FC8F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.42%

R = 61.61%
G = 34.96%
B = 3.42%

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

#FC8F0E (or 0xFC8F0E) is known color: Dark Orange. HEX triplet: FC, 8F and 0E. RGB value is (252,143,14). Sum of RGB (Red+Green+Blue) = 252+143+14=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F0E is #0370F1. Grayscale: #A1A1A1. Windows color (decimal): -225522 or 954364. OLE color: 954364.

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

Color convert

RGB 252 143 14 -
CMYK 0 0.43 0.94 0.01
HSL 32.52º 0.98% 0.52% -
HSV(B) 32.52º 0.94% 0.99% -
XYZ 50.05 40.37 5.57 -
YUV 160.89 45.11 192.99 -
System Red Green Blue C M Y K H S L
Decimal 252 143 14 0 0.43 0.94 0.01 32.52 0.98 0.52
Hex FC 8F E 0 2B 5E 1 21 62 34
Octal 374 217 16 0 53 136 1 41 142 64
Binary 11111100 10001111 1110 0 101011 1011110 1 100001 1100010 110100

Color Harmonies of #FC8F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F0E

Black with #FC8F0E

Text Example


Text Example

White with #FC8F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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