Html Css Color HEX #F2C567 Golden Sand

📋 copy color: '#F2C567'

red 242 ◦ green 197 ◦ blue 103

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

Shades of Golden Sand #F2C567

Tints of Golden Sand #F2C567

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 103 (40.63% from 255) = 19%

R = 44.65%
G = 36.35%
B = 19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2C567 (or 0xF2C567) is known color: Golden Sand. HEX triplet: F2, C5 and 67. RGB value is (242,197,103). Sum of RGB (Red+Green+Blue) = 242+197+103=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C567 is #0D3A98. Grayscale: #C8C8C8. Windows color (decimal): -866969 or 6800882. OLE color: 6800882.

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

Color convert

RGB 242 197 103 -
CMYK 0 0.19 0.57 0.05
HSL 40.58º 0.84% 0.68% -
HSV(B) 40.58º 0.57% 0.95% -
XYZ 59.03 59.79 21.26 -
YUV 199.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 242 197 103 0 0.19 0.57 0.05 40.58 0.84 0.68
Hex F2 C5 67 0 13 39 5 29 54 44
Octal 362 305 147 0 23 71 5 51 124 104
Binary 11110010 11000101 1100111 0 10011 111001 101 101001 1010100 1000100

Color Harmonies of #F2C567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C567

Black with #F2C567

Text Example


Text Example

White with #F2C567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C567; }

 p { color: rgb(242,197,103); }

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

background-color css

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

 a { background-color: rgb(242,197,103); }

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

border-color css

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

 span { border-color: rgb(242,197,103); }

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