Html Css Color HEX #F55038 Sunset Orange

📋 copy color: '#F55038'

red 245 ◦ green 80 ◦ blue 56

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

Shades of Sunset Orange #F55038

Tints of Sunset Orange #F55038

RGB

 RED value IS 245 (96.09% from 255) = 64.3%

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

 BLUE value IS 56 (22.27% from 255) = 14.7%

R = 64.3%
G = 21%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F55038 (or 0xF55038) is known color: Sunset Orange. HEX triplet: F5, 50 and 38. RGB value is (245,80,56). Sum of RGB (Red+Green+Blue) = 245+80+56=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F55038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55038 is #0AAFC7. Grayscale: #7E7E7E. Windows color (decimal): -700360 or 3690741. OLE color: 3690741.

HSL color Cylindrical-coordinate representation of color #F55038: hue angle of 7.62º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F55038 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 80 56 -
CMYK 0 0.67 0.77 0.04
HSL 7.62º 0.9% 0.59% -
HSV(B) 7.62º 0.77% 0.96% -
XYZ 41.24 25.44 6.48 -
YUV 126.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 245 80 56 0 0.67 0.77 0.04 7.62 0.9 0.59
Hex F5 50 38 0 43 4D 4 8 5A 3B
Octal 365 120 70 0 103 115 4 10 132 73
Binary 11110101 1010000 111000 0 1000011 1001101 100 1000 1011010 111011

Color Harmonies of #F55038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55038

Black with #F55038

Text Example


Text Example

White with #F55038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55038; }

 p { color: rgb(245,80,56); }

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

background-color css

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

 a { background-color: rgb(245,80,56); }

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

border-color css

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

 span { border-color: rgb(245,80,56); }

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