Html Css Color HEX #F2564F Sunset Orange

📋 copy color: '#F2564F'

red 242 ◦ green 86 ◦ blue 79

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

Shades of Sunset Orange #F2564F

Tints of Sunset Orange #F2564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.41%

R = 59.46%
G = 21.13%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2564F (or 0xF2564F) is known color: Sunset Orange. HEX triplet: F2, 56 and 4F. RGB value is (242,86,79). Sum of RGB (Red+Green+Blue) = 242+86+79=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2564F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2564F is #0DA9B0. Grayscale: #848484. Windows color (decimal): -895409 or 5199602. OLE color: 5199602.

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

Color convert

RGB 242 86 79 -
CMYK 0 0.64 0.67 0.05
HSL 2.58º 0.86% 0.63% -
HSV(B) 2.58º 0.67% 0.95% -
XYZ 41.36 26.1 10.25 -
YUV 131.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 242 86 79 0 0.64 0.67 0.05 2.58 0.86 0.63
Hex F2 56 4F 0 40 43 5 3 56 3F
Octal 362 126 117 0 100 103 5 3 126 77
Binary 11110010 1010110 1001111 0 1000000 1000011 101 11 1010110 111111

Color Harmonies of #F2564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2564F

Black with #F2564F

Text Example


Text Example

White with #F2564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2564F; }

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

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

background-color css

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

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

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

border-color css

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

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

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