Html Css Color HEX #F0564A Sunset Orange

📋 copy color: '#F0564A'

red 240 ◦ green 86 ◦ blue 74

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

Shades of Sunset Orange #F0564A

Tints of Sunset Orange #F0564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 60%
G = 21.5%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0564A (or 0xF0564A) is known color: Sunset Orange. HEX triplet: F0, 56 and 4A. RGB value is (240,86,74). Sum of RGB (Red+Green+Blue) = 240+86+74=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0564A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0564A is #0FA9B5. Grayscale: #828282. Windows color (decimal): -1026486 or 4871920. OLE color: 4871920.

HSL color Cylindrical-coordinate representation of color #F0564A: hue angle of 4.34º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0564A is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 74 -
CMYK 0 0.64 0.69 0.06
HSL 4.34º 0.85% 0.62% -
HSV(B) 4.34º 0.69% 0.94% -
XYZ 40.5 25.68 9.3 -
YUV 130.68 96.02 205.98 -
System Red Green Blue C M Y K H S L
Decimal 240 86 74 0 0.64 0.69 0.06 4.34 0.85 0.62
Hex F0 56 4A 0 40 45 6 4 55 3E
Octal 360 126 112 0 100 105 6 4 125 76
Binary 11110000 1010110 1001010 0 1000000 1000101 110 100 1010101 111110

Color Harmonies of #F0564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0564A

Black with #F0564A

Text Example


Text Example

White with #F0564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0564A; }

 p { color: rgb(240,86,74); }

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

background-color css

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

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

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

border-color css

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

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

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