Html Css Color HEX #F5572B Outrageous Orange

📋 copy color: '#F5572B'

red 245 ◦ green 87 ◦ blue 43

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

Shades of Outrageous Orange #F5572B

Tints of Outrageous Orange #F5572B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 65.33%
G = 23.2%
B = 11.47%

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

#F5572B (or 0xF5572B) is known color: Outrageous Orange. HEX triplet: F5, 57 and 2B. RGB value is (245,87,43). Sum of RGB (Red+Green+Blue) = 245+87+43=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5572B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5572B is #0AA8D4. Grayscale: #818181. Windows color (decimal): -698581 or 2840565. OLE color: 2840565.

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

Color convert

RGB 245 87 43 -
CMYK 0 0.64 0.82 0.04
HSL 13.07º 0.91% 0.56% -
HSV(B) 13.07º 0.82% 0.96% -
XYZ 41.5 26.4 5.19 -
YUV 129.23 79.35 210.58 -
System Red Green Blue C M Y K H S L
Decimal 245 87 43 0 0.64 0.82 0.04 13.07 0.91 0.56
Hex F5 57 2B 0 40 52 4 D 5B 38
Octal 365 127 53 0 100 122 4 15 133 70
Binary 11110101 1010111 101011 0 1000000 1010010 100 1101 1011011 111000

Color Harmonies of #F5572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5572B

Black with #F5572B

Text Example


Text Example

White with #F5572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5572B; }

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

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

background-color css

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

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

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

border-color css

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

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

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