Html Css Color HEX #F2CF73 Golden Sand

📋 copy color: '#F2CF73'

red 242 ◦ green 207 ◦ blue 115

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

Shades of Golden Sand #F2CF73

Tints of Golden Sand #F2CF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 42.91%
G = 36.7%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2CF73 (or 0xF2CF73) is known color: Golden Sand. HEX triplet: F2, CF and 73. RGB value is (242,207,115). Sum of RGB (Red+Green+Blue) = 242+207+115=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF73 is #0D308C. Grayscale: #CFCFCF. Windows color (decimal): -864397 or 7589874. OLE color: 7589874.

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

Color convert

RGB 242 207 115 -
CMYK 0 0.14 0.52 0.05
HSL 43.46º 0.83% 0.7% -
HSV(B) 43.46º 0.52% 0.95% -
XYZ 62.03 64.74 25.45 -
YUV 206.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 242 207 115 0 0.14 0.52 0.05 43.46 0.83 0.7
Hex F2 CF 73 0 E 34 5 2B 53 46
Octal 362 317 163 0 16 64 5 53 123 106
Binary 11110010 11001111 1110011 0 1110 110100 101 101011 1010011 1000110

Color Harmonies of #F2CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF73

Black with #F2CF73

Text Example


Text Example

White with #F2CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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