Html Css Color HEX #F05037 Sunset Orange

📋 copy color: '#F05037'

red 240 ◦ green 80 ◦ blue 55

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

Shades of Sunset Orange #F05037

Tints of Sunset Orange #F05037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.33%

 BLUE value IS 55 (21.88% from 255) = 14.67%

R = 64%
G = 21.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F05037 (or 0xF05037) is known color: Sunset Orange. HEX triplet: F0, 50 and 37. RGB value is (240,80,55). Sum of RGB (Red+Green+Blue) = 240+80+55=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F05037 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05037 is #0FAFC8. Grayscale: #7D7D7D. Windows color (decimal): -1028041 or 3625200. OLE color: 3625200.

HSL color Cylindrical-coordinate representation of color #F05037: hue angle of 8.11º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F05037 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 55 -
CMYK 0 0.67 0.77 0.06
HSL 8.11º 0.86% 0.58% -
HSV(B) 8.11º 0.77% 0.94% -
XYZ 39.49 24.54 6.27 -
YUV 124.99 88.51 210.03 -
System Red Green Blue C M Y K H S L
Decimal 240 80 55 0 0.67 0.77 0.06 8.11 0.86 0.58
Hex F0 50 37 0 43 4D 6 8 56 3A
Octal 360 120 67 0 103 115 6 10 126 72
Binary 11110000 1010000 110111 0 1000011 1001101 110 1000 1010110 111010

Color Harmonies of #F05037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05037

Black with #F05037

Text Example


Text Example

White with #F05037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05037; }

 p { color: rgb(240,80,55); }

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

background-color css

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

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

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

border-color css

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

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

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