Html Css Color HEX #F05338 Sunset Orange

📋 copy color: '#F05338'

red 240 ◦ green 83 ◦ blue 56

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

Shades of Sunset Orange #F05338

Tints of Sunset Orange #F05338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

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

R = 63.32%
G = 21.9%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F05338 (or 0xF05338) is known color: Sunset Orange. HEX triplet: F0, 53 and 38. RGB value is (240,83,56). Sum of RGB (Red+Green+Blue) = 240+83+56=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F05338 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05338 is #0FACC7. Grayscale: #7F7F7F. Windows color (decimal): -1027272 or 3691504. OLE color: 3691504.

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

Color convert

RGB 240 83 56 -
CMYK 0 0.65 0.77 0.06
HSL 8.8º 0.86% 0.58% -
HSV(B) 8.8º 0.77% 0.94% -
XYZ 39.74 25 6.47 -
YUV 126.87 88.01 208.7 -
System Red Green Blue C M Y K H S L
Decimal 240 83 56 0 0.65 0.77 0.06 8.8 0.86 0.58
Hex F0 53 38 0 41 4D 6 9 56 3A
Octal 360 123 70 0 101 115 6 11 126 72
Binary 11110000 1010011 111000 0 1000001 1001101 110 1001 1010110 111010

Color Harmonies of #F05338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05338

Black with #F05338

Text Example


Text Example

White with #F05338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05338; }

 p { color: rgb(240,83,56); }

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

background-color css

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

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

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

border-color css

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

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

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