Html Css Color HEX #F2C867 Golden Sand

📋 copy color: '#F2C867'

red 242 ◦ green 200 ◦ blue 103

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

Shades of Golden Sand #F2C867

Tints of Golden Sand #F2C867

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.7%

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

R = 44.4%
G = 36.7%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2C867 (or 0xF2C867) is known color: Golden Sand. HEX triplet: F2, C8 and 67. RGB value is (242,200,103). Sum of RGB (Red+Green+Blue) = 242+200+103=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C867 is #0D3798. Grayscale: #C9C9C9. Windows color (decimal): -866201 or 6801650. OLE color: 6801650.

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

Color convert

RGB 242 200 103 -
CMYK 0 0.17 0.57 0.05
HSL 41.87º 0.84% 0.68% -
HSV(B) 41.87º 0.57% 0.95% -
XYZ 59.72 61.17 21.49 -
YUV 201.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 242 200 103 0 0.17 0.57 0.05 41.87 0.84 0.68
Hex F2 C8 67 0 11 39 5 2A 54 44
Octal 362 310 147 0 21 71 5 52 124 104
Binary 11110010 11001000 1100111 0 10001 111001 101 101010 1010100 1000100

Color Harmonies of #F2C867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C867

Black with #F2C867

Text Example


Text Example

White with #F2C867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C867; }

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

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

background-color css

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

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

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

border-color css

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

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

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