Html Css Color HEX #F2A64C Sunshade

📋 copy color: '#F2A64C'

red 242 ◦ green 166 ◦ blue 76

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

Shades of Sunshade #F2A64C

Tints of Sunshade #F2A64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.7%

R = 50%
G = 34.3%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2A64C (or 0xF2A64C) is known color: Sunshade. HEX triplet: F2, A6 and 4C. RGB value is (242,166,76). Sum of RGB (Red+Green+Blue) = 242+166+76=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A64C is #0D59B3. Grayscale: #B2B2B2. Windows color (decimal): -874932 or 5023474. OLE color: 5023474.

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

Color convert

RGB 242 166 76 -
CMYK 0 0.31 0.69 0.05
HSL 32.53º 0.86% 0.62% -
HSV(B) 32.53º 0.69% 0.95% -
XYZ 51.56 46.67 13.13 -
YUV 178.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 242 166 76 0 0.31 0.69 0.05 32.53 0.86 0.62
Hex F2 A6 4C 0 1F 45 5 21 56 3E
Octal 362 246 114 0 37 105 5 41 126 76
Binary 11110010 10100110 1001100 0 11111 1000101 101 100001 1010110 111110

Color Harmonies of #F2A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A64C

Black with #F2A64C

Text Example


Text Example

White with #F2A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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