Html Css Color HEX #F5572A Outrageous Orange

📋 copy color: '#F5572A'

red 245 ◦ green 87 ◦ blue 42

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

Shades of Outrageous Orange #F5572A

Tints of Outrageous Orange #F5572A

RGB

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

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

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

R = 65.51%
G = 23.26%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5572A (or 0xF5572A) is known color: Outrageous Orange. HEX triplet: F5, 57 and 2A. RGB value is (245,87,42). Sum of RGB (Red+Green+Blue) = 245+87+42=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5572A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5572A is #0AA8D5. Grayscale: #818181. Windows color (decimal): -698582 or 2775029. OLE color: 2775029.

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

Color convert

RGB 245 87 42 -
CMYK 0 0.64 0.83 0.04
HSL 13.3º 0.91% 0.56% -
HSV(B) 13.3º 0.83% 0.96% -
XYZ 41.48 26.4 5.1 -
YUV 129.11 78.85 210.66 -
System Red Green Blue C M Y K H S L
Decimal 245 87 42 0 0.64 0.83 0.04 13.3 0.91 0.56
Hex F5 57 2A 0 40 53 4 D 5B 38
Octal 365 127 52 0 100 123 4 15 133 70
Binary 11110101 1010111 101010 0 1000000 1010011 100 1101 1011011 111000

Color Harmonies of #F5572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5572A

Black with #F5572A

Text Example


Text Example

White with #F5572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5572A; }

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

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

background-color css

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

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

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

border-color css

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

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

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