Html Css Color HEX #FC920E Dark Orange

📋 copy color: '#FC920E'

red 252 ◦ green 146 ◦ blue 14

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

Shades of Dark Orange #FC920E

Tints of Dark Orange #FC920E

RGB

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

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

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

R = 61.17%
G = 35.44%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC920E (or 0xFC920E) is known color: Dark Orange. HEX triplet: FC, 92 and 0E. RGB value is (252,146,14). Sum of RGB (Red+Green+Blue) = 252+146+14=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC920E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC920E is #036DF1. Grayscale: #A3A3A3. Windows color (decimal): -224754 or 955132. OLE color: 955132.

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

Color convert

RGB 252 146 14 -
CMYK 0 0.42 0.94 0.01
HSL 33.28º 0.98% 0.52% -
HSV(B) 33.28º 0.94% 0.99% -
XYZ 50.5 41.28 5.72 -
YUV 162.65 44.12 191.73 -
System Red Green Blue C M Y K H S L
Decimal 252 146 14 0 0.42 0.94 0.01 33.28 0.98 0.52
Hex FC 92 E 0 2A 5E 1 21 62 34
Octal 374 222 16 0 52 136 1 41 142 64
Binary 11111100 10010010 1110 0 101010 1011110 1 100001 1100010 110100

Color Harmonies of #FC920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC920E

Black with #FC920E

Text Example


Text Example

White with #FC920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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