Html Css Color HEX #F2CF62 Golden Sand

📋 copy color: '#F2CF62'

red 242 ◦ green 207 ◦ blue 98

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

Shades of Golden Sand #F2CF62

Tints of Golden Sand #F2CF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.92%

R = 44.24%
G = 37.84%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2CF62 (or 0xF2CF62) is known color: Golden Sand. HEX triplet: F2, CF and 62. RGB value is (242,207,98). Sum of RGB (Red+Green+Blue) = 242+207+98=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF62 is #0D309D. Grayscale: #CDCDCD. Windows color (decimal): -864414 or 6475762. OLE color: 6475762.

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

Color convert

RGB 242 207 98 -
CMYK 0 0.14 0.60 0.05
HSL 45.42º 0.85% 0.67% -
HSV(B) 45.42º 0.6% 0.95% -
XYZ 61.14 64.38 20.76 -
YUV 205.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 242 207 98 0 0.14 0.60 0.05 45.42 0.85 0.67
Hex F2 CF 62 0 E 3C 5 2D 55 43
Octal 362 317 142 0 16 74 5 55 125 103
Binary 11110010 11001111 1100010 0 1110 111100 101 101101 1010101 1000011

Color Harmonies of #F2CF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF62

Black with #F2CF62

Text Example


Text Example

White with #F2CF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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