Html Css Color HEX #F05251 Sunset Orange

📋 copy color: '#F05251'

red 240 ◦ green 82 ◦ blue 81

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

Shades of Sunset Orange #F05251

Tints of Sunset Orange #F05251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 59.55%
G = 20.35%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F05251 (or 0xF05251) is known color: Sunset Orange. HEX triplet: F0, 52 and 51. RGB value is (240,82,81). Sum of RGB (Red+Green+Blue) = 240+82+81=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F05251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05251 is #0FADAE. Grayscale: #818181. Windows color (decimal): -1027503 or 5329648. OLE color: 5329648.

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

Color convert

RGB 240 82 81 -
CMYK 0 0.66 0.66 0.06
HSL 0.38º 0.84% 0.63% -
HSV(B) 0.38º 0.66% 0.94% -
XYZ 40.44 25.15 10.51 -
YUV 129.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 240 82 81 0 0.66 0.66 0.06 0.38 0.84 0.63
Hex F0 52 51 0 42 42 6 0 54 3F
Octal 360 122 121 0 102 102 6 0 124 77
Binary 11110000 1010010 1010001 0 1000010 1000010 110 0 1010100 111111

Color Harmonies of #F05251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05251

Black with #F05251

Text Example


Text Example

White with #F05251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05251; }

 p { color: rgb(240,82,81); }

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

background-color css

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

 a { background-color: rgb(240,82,81); }

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

border-color css

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

 span { border-color: rgb(240,82,81); }

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