Html Css Color HEX #F05151 Sunset Orange

📋 copy color: '#F05151'

red 240 ◦ green 81 ◦ blue 81

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

Shades of Sunset Orange #F05151

Tints of Sunset Orange #F05151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.15%

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

R = 59.7%
G = 20.15%
B = 20.15%

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

#F05151 (or 0xF05151) is known color: Sunset Orange. HEX triplet: F0, 51 and 51. RGB value is (240,81,81). Sum of RGB (Red+Green+Blue) = 240+81+81=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F05151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05151 is #0FAEAE. Grayscale: #808080. Windows color (decimal): -1027759 or 5329392. OLE color: 5329392.

HSL color Cylindrical-coordinate representation of color #F05151: hue angle of 0º 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 #F05151 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 81 -
CMYK 0 0.66 0.66 0.06
HSL 0.84% 0.63% -
HSV(B) 0.66% 0.94% -
XYZ 40.36 25 10.48 -
YUV 128.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 240 81 81 0 0.66 0.66 0.06 0 0.84 0.63
Hex F0 51 51 0 42 42 6 0 54 3F
Octal 360 121 121 0 102 102 6 0 124 77
Binary 11110000 1010001 1010001 0 1000010 1000010 110 0 1010100 111111

Color Harmonies of #F05151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05151

Black with #F05151

Text Example


Text Example

White with #F05151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05151; }

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

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

background-color css

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

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

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

border-color css

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

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

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