Html Css Color HEX #F5572D Outrageous Orange

📋 copy color: '#F5572D'

red 245 ◦ green 87 ◦ blue 45

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

Shades of Outrageous Orange #F5572D

Tints of Outrageous Orange #F5572D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

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

R = 64.99%
G = 23.08%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5572D (or 0xF5572D) is known color: Outrageous Orange. HEX triplet: F5, 57 and 2D. RGB value is (245,87,45). Sum of RGB (Red+Green+Blue) = 245+87+45=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5572D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5572D is #0AA8D2. Grayscale: #818181. Windows color (decimal): -698579 or 2971637. OLE color: 2971637.

HSL color Cylindrical-coordinate representation of color #F5572D: hue angle of 12.6º 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 #F5572D is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 87 45 -
CMYK 0 0.64 0.82 0.04
HSL 12.6º 0.91% 0.57% -
HSV(B) 12.6º 0.82% 0.96% -
XYZ 41.54 26.42 5.39 -
YUV 129.45 80.35 210.42 -
System Red Green Blue C M Y K H S L
Decimal 245 87 45 0 0.64 0.82 0.04 12.6 0.91 0.57
Hex F5 57 2D 0 40 52 4 D 5B 39
Octal 365 127 55 0 100 122 4 15 133 71
Binary 11110101 1010111 101101 0 1000000 1010010 100 1101 1011011 111001

Color Harmonies of #F5572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5572D

Black with #F5572D

Text Example


Text Example

White with #F5572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5572D; }

 p { color: rgb(245,87,45); }

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

background-color css

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

 a { background-color: rgb(245,87,45); }

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

border-color css

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

 span { border-color: rgb(245,87,45); }

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