Html Css Color HEX #FC820C Dark Orange

📋 copy color: '#FC820C'

red 252 ◦ green 130 ◦ blue 12

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

Shades of Dark Orange #FC820C

Tints of Dark Orange #FC820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 63.96%
G = 32.99%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC820C (or 0xFC820C) is known color: Dark Orange. HEX triplet: FC, 82 and 0C. RGB value is (252,130,12). Sum of RGB (Red+Green+Blue) = 252+130+12=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC820C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC820C is #037DF3. Grayscale: #999999. Windows color (decimal): -228852 or 819964. OLE color: 819964.

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

Color convert

RGB 252 130 12 -
CMYK 0 0.48 0.95 0.01
HSL 29.5º 0.98% 0.52% -
HSV(B) 29.5º 0.95% 0.99% -
XYZ 48.19 36.69 4.89 -
YUV 153.03 48.42 198.59 -
System Red Green Blue C M Y K H S L
Decimal 252 130 12 0 0.48 0.95 0.01 29.5 0.98 0.52
Hex FC 82 C 0 30 5F 1 1E 62 34
Octal 374 202 14 0 60 137 1 36 142 64
Binary 11111100 10000010 1100 0 110000 1011111 1 11110 1100010 110100

Color Harmonies of #FC820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC820C

Black with #FC820C

Text Example


Text Example

White with #FC820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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