Html Css Color HEX #FC612A Outrageous Orange

📋 copy color: '#FC612A'

red 252 ◦ green 97 ◦ blue 42

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

Shades of Outrageous Orange #FC612A

Tints of Outrageous Orange #FC612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.74%

R = 64.45%
G = 24.81%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC612A (or 0xFC612A) is known color: Outrageous Orange. HEX triplet: FC, 61 and 2A. RGB value is (252,97,42). Sum of RGB (Red+Green+Blue) = 252+97+42=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC612A is #039ED5. Grayscale: #898989. Windows color (decimal): -237270 or 2777596. OLE color: 2777596.

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

Color convert

RGB 252 97 42 -
CMYK 0 0.62 0.83 0.01
HSL 15.71º 0.97% 0.58% -
HSV(B) 15.71º 0.83% 0.99% -
XYZ 44.84 29.41 5.5 -
YUV 137.08 74.35 209.97 -
System Red Green Blue C M Y K H S L
Decimal 252 97 42 0 0.62 0.83 0.01 15.71 0.97 0.58
Hex FC 61 2A 0 3E 53 1 10 61 3A
Octal 374 141 52 0 76 123 1 20 141 72
Binary 11111100 1100001 101010 0 111110 1010011 1 10000 1100001 111010

Color Harmonies of #FC612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC612A

Black with #FC612A

Text Example


Text Example

White with #FC612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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