Html Css Color HEX #F2A64E Sunshade

📋 copy color: '#F2A64E'

red 242 ◦ green 166 ◦ blue 78

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

Shades of Sunshade #F2A64E

Tints of Sunshade #F2A64E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

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

R = 49.79%
G = 34.16%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2A64E (or 0xF2A64E) is known color: Sunshade. HEX triplet: F2, A6 and 4E. RGB value is (242,166,78). Sum of RGB (Red+Green+Blue) = 242+166+78=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A64E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A64E is #0D59B1. Grayscale: #B3B3B3. Windows color (decimal): -874930 or 5154546. OLE color: 5154546.

HSL color Cylindrical-coordinate representation of color #F2A64E: hue angle of 32.2º 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 #F2A64E is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 166 78 -
CMYK 0 0.31 0.68 0.05
HSL 32.2º 0.86% 0.63% -
HSV(B) 32.2º 0.68% 0.95% -
XYZ 51.63 46.7 13.5 -
YUV 178.69 71.18 173.16 -
System Red Green Blue C M Y K H S L
Decimal 242 166 78 0 0.31 0.68 0.05 32.2 0.86 0.63
Hex F2 A6 4E 0 1F 44 5 20 56 3F
Octal 362 246 116 0 37 104 5 40 126 77
Binary 11110010 10100110 1001110 0 11111 1000100 101 100000 1010110 111111

Color Harmonies of #F2A64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A64E

Black with #F2A64E

Text Example


Text Example

White with #F2A64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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