Html Css Color HEX #F2CF66 Golden Sand

📋 copy color: '#F2CF66'

red 242 ◦ green 207 ◦ blue 102

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

Shades of Golden Sand #F2CF66

Tints of Golden Sand #F2CF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.57%

 BLUE value IS 102 (40.23% from 255) = 18.51%

R = 43.92%
G = 37.57%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2CF66 (or 0xF2CF66) is known color: Golden Sand. HEX triplet: F2, CF and 66. RGB value is (242,207,102). Sum of RGB (Red+Green+Blue) = 242+207+102=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF66 is #0D3099. Grayscale: #CDCDCD. Windows color (decimal): -864410 or 6737906. OLE color: 6737906.

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

Color convert

RGB 242 207 102 -
CMYK 0 0.14 0.58 0.05
HSL 45º 0.84% 0.67% -
HSV(B) 45º 0.58% 0.95% -
XYZ 61.33 64.46 21.78 -
YUV 205.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 242 207 102 0 0.14 0.58 0.05 45 0.84 0.67
Hex F2 CF 66 0 E 3A 5 2D 54 43
Octal 362 317 146 0 16 72 5 55 124 103
Binary 11110010 11001111 1100110 0 1110 111010 101 101101 1010100 1000011

Color Harmonies of #F2CF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF66

Black with #F2CF66

Text Example


Text Example

White with #F2CF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF66; }

 p { color: rgb(242,207,102); }

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

background-color css

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

 a { background-color: rgb(242,207,102); }

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

border-color css

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

 span { border-color: rgb(242,207,102); }

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