Html Css Color HEX #F2564A Sunset Orange

📋 copy color: '#F2564A'

red 242 ◦ green 86 ◦ blue 74

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

Shades of Sunset Orange #F2564A

Tints of Sunset Orange #F2564A

RGB

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

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

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

R = 60.2%
G = 21.39%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2564A (or 0xF2564A) is known color: Sunset Orange. HEX triplet: F2, 56 and 4A. RGB value is (242,86,74). Sum of RGB (Red+Green+Blue) = 242+86+74=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2564A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2564A is #0DA9B5. Grayscale: #838383. Windows color (decimal): -895414 or 4871922. OLE color: 4871922.

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

Color convert

RGB 242 86 74 -
CMYK 0 0.64 0.69 0.05
HSL 4.29º 0.87% 0.62% -
HSV(B) 4.29º 0.69% 0.95% -
XYZ 41.18 26.03 9.33 -
YUV 131.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 242 86 74 0 0.64 0.69 0.05 4.29 0.87 0.62
Hex F2 56 4A 0 40 45 5 4 57 3E
Octal 362 126 112 0 100 105 5 4 127 76
Binary 11110010 1010110 1001010 0 1000000 1000101 101 100 1010111 111110

Color Harmonies of #F2564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2564A

Black with #F2564A

Text Example


Text Example

White with #F2564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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