Html Css Color HEX #F2564E Sunset Orange

📋 copy color: '#F2564E'

red 242 ◦ green 86 ◦ blue 78

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

Shades of Sunset Orange #F2564E

Tints of Sunset Orange #F2564E

RGB

 RED value IS 242 (94.92% from 255) = 59.61%

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

 BLUE value IS 78 (30.86% from 255) = 19.21%

R = 59.61%
G = 21.18%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2564E (or 0xF2564E) is known color: Sunset Orange. HEX triplet: F2, 56 and 4E. RGB value is (242,86,78). Sum of RGB (Red+Green+Blue) = 242+86+78=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2564E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2564E is #0DA9B1. Grayscale: #838383. Windows color (decimal): -895410 or 5134066. OLE color: 5134066.

HSL color Cylindrical-coordinate representation of color #F2564E: hue angle of 2.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2564E is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 78 -
CMYK 0 0.64 0.68 0.05
HSL 2.93º 0.86% 0.63% -
HSV(B) 2.93º 0.68% 0.95% -
XYZ 41.32 26.08 10.06 -
YUV 131.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 242 86 78 0 0.64 0.68 0.05 2.93 0.86 0.63
Hex F2 56 4E 0 40 44 5 3 56 3F
Octal 362 126 116 0 100 104 5 3 126 77
Binary 11110010 1010110 1001110 0 1000000 1000100 101 11 1010110 111111

Color Harmonies of #F2564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2564E

Black with #F2564E

Text Example


Text Example

White with #F2564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2564E; }

 p { color: rgb(242,86,78); }

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

background-color css

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

 a { background-color: rgb(242,86,78); }

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

border-color css

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

 span { border-color: rgb(242,86,78); }

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