Html Css Color HEX #FC920C Dark Orange

📋 copy color: '#FC920C'

red 252 ◦ green 146 ◦ blue 12

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

Shades of Dark Orange #FC920C

Tints of Dark Orange #FC920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.61%

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

R = 61.46%
G = 35.61%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC920C (or 0xFC920C) is known color: Dark Orange. HEX triplet: FC, 92 and 0C. RGB value is (252,146,12). Sum of RGB (Red+Green+Blue) = 252+146+12=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC920C is #036DF3. Grayscale: #A3A3A3. Windows color (decimal): -224756 or 824060. OLE color: 824060.

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

Color convert

RGB 252 146 12 -
CMYK 0 0.42 0.95 0.01
HSL 33.5º 0.98% 0.52% -
HSV(B) 33.5º 0.95% 0.99% -
XYZ 50.49 41.28 5.65 -
YUV 162.42 43.12 191.9 -
System Red Green Blue C M Y K H S L
Decimal 252 146 12 0 0.42 0.95 0.01 33.5 0.98 0.52
Hex FC 92 C 0 2A 5F 1 22 62 34
Octal 374 222 14 0 52 137 1 42 142 64
Binary 11111100 10010010 1100 0 101010 1011111 1 100010 1100010 110100

Color Harmonies of #FC920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC920C

Black with #FC920C

Text Example


Text Example

White with #FC920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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