Html Css Color HEX #F2CF68 Golden Sand

📋 copy color: '#F2CF68'

red 242 ◦ green 207 ◦ blue 104

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

Shades of Golden Sand #F2CF68

Tints of Golden Sand #F2CF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.81%

R = 43.76%
G = 37.43%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2CF68 (or 0xF2CF68) is known color: Golden Sand. HEX triplet: F2, CF and 68. RGB value is (242,207,104). Sum of RGB (Red+Green+Blue) = 242+207+104=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF68 is #0D3097. Grayscale: #CECECE. Windows color (decimal): -864408 or 6868978. OLE color: 6868978.

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

Color convert

RGB 242 207 104 -
CMYK 0 0.14 0.57 0.05
HSL 44.78º 0.84% 0.68% -
HSV(B) 44.78º 0.57% 0.95% -
XYZ 61.43 64.5 22.31 -
YUV 205.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 242 207 104 0 0.14 0.57 0.05 44.78 0.84 0.68
Hex F2 CF 68 0 E 39 5 2D 54 44
Octal 362 317 150 0 16 71 5 55 124 104
Binary 11110010 11001111 1101000 0 1110 111001 101 101101 1010100 1000100

Color Harmonies of #F2CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF68

Black with #F2CF68

Text Example


Text Example

White with #F2CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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