Html Css Color HEX #F0551F Outrageous Orange

📋 copy color: '#F0551F'

red 240 ◦ green 85 ◦ blue 31

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

Shades of Outrageous Orange #F0551F

Tints of Outrageous Orange #F0551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 67.42%
G = 23.88%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0551F (or 0xF0551F) is known color: Outrageous Orange. HEX triplet: F0, 55 and 1F. RGB value is (240,85,31). Sum of RGB (Red+Green+Blue) = 240+85+31=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0551F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0551F is #0FAAE0. Grayscale: #7D7D7D. Windows color (decimal): -1026785 or 2053616. OLE color: 2053616.

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

Color convert

RGB 240 85 31 -
CMYK 0 0.65 0.87 0.06
HSL 15.5º 0.87% 0.53% -
HSV(B) 15.5º 0.87% 0.94% -
XYZ 39.43 25.12 4.07 -
YUV 125.19 74.85 209.89 -
System Red Green Blue C M Y K H S L
Decimal 240 85 31 0 0.65 0.87 0.06 15.5 0.87 0.53
Hex F0 55 1F 0 41 57 6 10 57 35
Octal 360 125 37 0 101 127 6 20 127 65
Binary 11110000 1010101 11111 0 1000001 1010111 110 10000 1010111 110101

Color Harmonies of #F0551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0551F

Black with #F0551F

Text Example


Text Example

White with #F0551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0551F; }

 p { color: rgb(240,85,31); }

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

background-color css

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

 a { background-color: rgb(240,85,31); }

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

border-color css

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

 span { border-color: rgb(240,85,31); }

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