Html Css Color HEX #FC612D Outrageous Orange

📋 copy color: '#FC612D'

red 252 ◦ green 97 ◦ blue 45

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

Shades of Outrageous Orange #FC612D

Tints of Outrageous Orange #FC612D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.62%

 BLUE value IS 45 (17.97% from 255) = 11.42%

R = 63.96%
G = 24.62%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC612D (or 0xFC612D) is known color: Outrageous Orange. HEX triplet: FC, 61 and 2D. RGB value is (252,97,45). Sum of RGB (Red+Green+Blue) = 252+97+45=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC612D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC612D is #039ED2. Grayscale: #898989. Windows color (decimal): -237267 or 2974204. OLE color: 2974204.

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

Color convert

RGB 252 97 45 -
CMYK 0 0.62 0.82 0.01
HSL 15.07º 0.97% 0.58% -
HSV(B) 15.07º 0.82% 0.99% -
XYZ 44.89 29.43 5.8 -
YUV 137.42 75.85 209.73 -
System Red Green Blue C M Y K H S L
Decimal 252 97 45 0 0.62 0.82 0.01 15.07 0.97 0.58
Hex FC 61 2D 0 3E 52 1 F 61 3A
Octal 374 141 55 0 76 122 1 17 141 72
Binary 11111100 1100001 101101 0 111110 1010010 1 1111 1100001 111010

Color Harmonies of #FC612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC612D

Black with #FC612D

Text Example


Text Example

White with #FC612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC612D; }

 p { color: rgb(252,97,45); }

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

background-color css

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

 a { background-color: rgb(252,97,45); }

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

border-color css

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

 span { border-color: rgb(252,97,45); }

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