Html Css Color HEX #F5C662 Golden Sand

📋 copy color: '#F5C662'

red 245 ◦ green 198 ◦ blue 98

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

Shades of Golden Sand #F5C662

Tints of Golden Sand #F5C662

RGB

 RED value IS 245 (96.09% from 255) = 45.29%

 GREEN value IS 198 (77.73% from 255) = 36.6%

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

R = 45.29%
G = 36.6%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F5C662 (or 0xF5C662) is known color: Golden Sand. HEX triplet: F5, C6 and 62. RGB value is (245,198,98). Sum of RGB (Red+Green+Blue) = 245+198+98=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C662 is #0A399D. Grayscale: #C9C9C9. Windows color (decimal): -670110 or 6473461. OLE color: 6473461.

HSL color Cylindrical-coordinate representation of color #F5C662: hue angle of 40.82º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5C662 is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 198 98 -
CMYK 0 0.19 0.6 0.04
HSL 40.82º 0.88% 0.67% -
HSV(B) 40.82º 0.6% 0.96% -
XYZ 60.05 60.68 20.1 -
YUV 200.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 245 198 98 0 0.19 0.6 0.04 40.82 0.88 0.67
Hex F5 C6 62 0 13 3C 4 29 58 43
Octal 365 306 142 0 23 74 4 51 130 103
Binary 11110101 11000110 1100010 0 10011 111100 100 101001 1011000 1000011

Color Harmonies of #F5C662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C662

Black with #F5C662

Text Example


Text Example

White with #F5C662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C662; }

 p { color: rgb(245,198,98); }

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

background-color css

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

 a { background-color: rgb(245,198,98); }

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

border-color css

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

 span { border-color: rgb(245,198,98); }

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