Html Css Color HEX #F5512C Outrageous Orange

📋 copy color: '#F5512C'

red 245 ◦ green 81 ◦ blue 44

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

Shades of Outrageous Orange #F5512C

Tints of Outrageous Orange #F5512C

RGB

 RED value IS 245 (96.09% from 255) = 66.22%

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

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

R = 66.22%
G = 21.89%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5512C (or 0xF5512C) is known color: Outrageous Orange. HEX triplet: F5, 51 and 2C. RGB value is (245,81,44). Sum of RGB (Red+Green+Blue) = 245+81+44=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F5512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5512C is #0AAED3. Grayscale: #7E7E7E. Windows color (decimal): -700116 or 2904565. OLE color: 2904565.

HSL color Cylindrical-coordinate representation of color #F5512C: hue angle of 11.04º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5512C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 81 44 -
CMYK 0 0.67 0.82 0.04
HSL 11.04º 0.91% 0.57% -
HSV(B) 11.04º 0.82% 0.96% -
XYZ 41.05 25.48 5.14 -
YUV 125.82 81.83 213.01 -
System Red Green Blue C M Y K H S L
Decimal 245 81 44 0 0.67 0.82 0.04 11.04 0.91 0.57
Hex F5 51 2C 0 43 52 4 B 5B 39
Octal 365 121 54 0 103 122 4 13 133 71
Binary 11110101 1010001 101100 0 1000011 1010010 100 1011 1011011 111001

Color Harmonies of #F5512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5512C

Black with #F5512C

Text Example


Text Example

White with #F5512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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