Html Css Color HEX #F5C862 Golden Sand

📋 copy color: '#F5C862'

red 245 ◦ green 200 ◦ blue 98

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

Shades of Golden Sand #F5C862

Tints of Golden Sand #F5C862

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.83%

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

R = 45.12%
G = 36.83%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F5C862 (or 0xF5C862) is known color: Golden Sand. HEX triplet: F5, C8 and 62. RGB value is (245,200,98). Sum of RGB (Red+Green+Blue) = 245+200+98=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C862 is #0A379D. Grayscale: #CACACA. Windows color (decimal): -669598 or 6473973. OLE color: 6473973.

HSL color Cylindrical-coordinate representation of color #F5C862: hue angle of 41.63º 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 #F5C862 is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 98 -
CMYK 0 0.18 0.6 0.04
HSL 41.63º 0.88% 0.67% -
HSV(B) 41.63º 0.6% 0.96% -
XYZ 60.52 61.6 20.26 -
YUV 201.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 245 200 98 0 0.18 0.6 0.04 41.63 0.88 0.67
Hex F5 C8 62 0 12 3C 4 2A 58 43
Octal 365 310 142 0 22 74 4 52 130 103
Binary 11110101 11001000 1100010 0 10010 111100 100 101010 1011000 1000011

Color Harmonies of #F5C862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C862

Black with #F5C862

Text Example


Text Example

White with #F5C862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C862; }

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

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

background-color css

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

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

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

border-color css

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

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

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