Html Css Color HEX #FC512C Outrageous Orange

📋 copy color: '#FC512C'

red 252 ◦ green 81 ◦ blue 44

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

Shades of Outrageous Orange #FC512C

Tints of Outrageous Orange #FC512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 66.84%
G = 21.49%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC512C (or 0xFC512C) is known color: Outrageous Orange. HEX triplet: FC, 51 and 2C. RGB value is (252,81,44). Sum of RGB (Red+Green+Blue) = 252+81+44=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC512C is #03AED3. Grayscale: #808080. Windows color (decimal): -241364 or 2904572. OLE color: 2904572.

HSL color Cylindrical-coordinate representation of color #FC512C: hue angle of 10.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC512C is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 81 44 -
CMYK 0 0.68 0.83 0.01
HSL 10.67º 0.97% 0.58% -
HSV(B) 10.67º 0.83% 0.99% -
XYZ 43.54 26.76 5.25 -
YUV 127.91 80.65 216.51 -
System Red Green Blue C M Y K H S L
Decimal 252 81 44 0 0.68 0.83 0.01 10.67 0.97 0.58
Hex FC 51 2C 0 44 53 1 B 61 3A
Octal 374 121 54 0 104 123 1 13 141 72
Binary 11111100 1010001 101100 0 1000100 1010011 1 1011 1100001 111010

Color Harmonies of #FC512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC512C

Black with #FC512C

Text Example


Text Example

White with #FC512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC512C; }

 p { color: rgb(252,81,44); }

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

background-color css

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

 a { background-color: rgb(252,81,44); }

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

border-color css

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

 span { border-color: rgb(252,81,44); }

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