Html Css Color HEX #FC950C Dark Orange

📋 copy color: '#FC950C'

red 252 ◦ green 149 ◦ blue 12

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

Shades of Dark Orange #FC950C

Tints of Dark Orange #FC950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

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

R = 61.02%
G = 36.08%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC950C (or 0xFC950C) is known color: Dark Orange. HEX triplet: FC, 95 and 0C. RGB value is (252,149,12). Sum of RGB (Red+Green+Blue) = 252+149+12=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC950C is #036AF3. Grayscale: #A4A4A4. Windows color (decimal): -223988 or 824828. OLE color: 824828.

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

Color convert

RGB 252 149 12 -
CMYK 0 0.41 0.95 0.01
HSL 34.25º 0.98% 0.52% -
HSV(B) 34.25º 0.95% 0.99% -
XYZ 50.96 42.22 5.81 -
YUV 164.18 42.12 190.64 -
System Red Green Blue C M Y K H S L
Decimal 252 149 12 0 0.41 0.95 0.01 34.25 0.98 0.52
Hex FC 95 C 0 29 5F 1 22 62 34
Octal 374 225 14 0 51 137 1 42 142 64
Binary 11111100 10010101 1100 0 101001 1011111 1 100010 1100010 110100

Color Harmonies of #FC950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC950C

Black with #FC950C

Text Example


Text Example

White with #FC950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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