Html Css Color HEX #F0571E Outrageous Orange

📋 copy color: '#F0571E'

red 240 ◦ green 87 ◦ blue 30

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

Shades of Outrageous Orange #F0571E

Tints of Outrageous Orange #F0571E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.4%

R = 67.23%
G = 24.37%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0571E (or 0xF0571E) is known color: Outrageous Orange. HEX triplet: F0, 57 and 1E. RGB value is (240,87,30). Sum of RGB (Red+Green+Blue) = 240+87+30=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0571E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0571E is #0FA8E1. Grayscale: #7E7E7E. Windows color (decimal): -1026274 or 1988592. OLE color: 1988592.

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

Color convert

RGB 240 87 30 -
CMYK 0 0.64 0.87 0.06
HSL 16.29º 0.88% 0.53% -
HSV(B) 16.29º 0.88% 0.94% -
XYZ 39.58 25.44 4.05 -
YUV 126.25 73.69 209.13 -
System Red Green Blue C M Y K H S L
Decimal 240 87 30 0 0.64 0.87 0.06 16.29 0.88 0.53
Hex F0 57 1E 0 40 57 6 10 58 35
Octal 360 127 36 0 100 127 6 20 130 65
Binary 11110000 1010111 11110 0 1000000 1010111 110 10000 1011000 110101

Color Harmonies of #F0571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0571E

Black with #F0571E

Text Example


Text Example

White with #F0571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0571E; }

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

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

background-color css

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

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

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

border-color css

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

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

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