Html Css Color HEX #F0572F Outrageous Orange

📋 copy color: '#F0572F'

red 240 ◦ green 87 ◦ blue 47

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

Shades of Outrageous Orange #F0572F

Tints of Outrageous Orange #F0572F

RGB

 RED value IS 240 (94.14% from 255) = 64.17%

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

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 64.17%
G = 23.26%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0572F (or 0xF0572F) is known color: Outrageous Orange. HEX triplet: F0, 57 and 2F. RGB value is (240,87,47). Sum of RGB (Red+Green+Blue) = 240+87+47=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0572F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0572F is #0FA8D0. Grayscale: #808080. Windows color (decimal): -1026257 or 3102704. OLE color: 3102704.

HSL color Cylindrical-coordinate representation of color #F0572F: hue angle of 12.44º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0572F is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 87 47 -
CMYK 0 0.64 0.80 0.06
HSL 12.44º 0.87% 0.56% -
HSV(B) 12.44º 0.8% 0.94% -
XYZ 39.86 25.55 5.52 -
YUV 128.19 82.19 207.75 -
System Red Green Blue C M Y K H S L
Decimal 240 87 47 0 0.64 0.80 0.06 12.44 0.87 0.56
Hex F0 57 2F 0 40 50 6 C 57 38
Octal 360 127 57 0 100 120 6 14 127 70
Binary 11110000 1010111 101111 0 1000000 1010000 110 1100 1010111 111000

Color Harmonies of #F0572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0572F

Black with #F0572F

Text Example


Text Example

White with #F0572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0572F; }

 p { color: rgb(240,87,47); }

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

background-color css

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

 a { background-color: rgb(240,87,47); }

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

border-color css

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

 span { border-color: rgb(240,87,47); }

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