Html Css Color HEX #FC920D Dark Orange

📋 copy color: '#FC920D'

red 252 ◦ green 146 ◦ blue 13

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

Shades of Dark Orange #FC920D

Tints of Dark Orange #FC920D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 61.31%
G = 35.52%
B = 3.16%

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

#FC920D (or 0xFC920D) is known color: Dark Orange. HEX triplet: FC, 92 and 0D. RGB value is (252,146,13). Sum of RGB (Red+Green+Blue) = 252+146+13=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC920D is #036DF2. Grayscale: #A3A3A3. Windows color (decimal): -224755 or 889596. OLE color: 889596.

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

Color convert

RGB 252 146 13 -
CMYK 0 0.42 0.95 0.01
HSL 33.39º 0.98% 0.52% -
HSV(B) 33.39º 0.95% 0.99% -
XYZ 50.5 41.28 5.69 -
YUV 162.53 43.62 191.81 -
System Red Green Blue C M Y K H S L
Decimal 252 146 13 0 0.42 0.95 0.01 33.39 0.98 0.52
Hex FC 92 D 0 2A 5F 1 21 62 34
Octal 374 222 15 0 52 137 1 41 142 64
Binary 11111100 10010010 1101 0 101010 1011111 1 100001 1100010 110100

Color Harmonies of #FC920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC920D

Black with #FC920D

Text Example


Text Example

White with #FC920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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