Html Css Color HEX #F5CB62 Golden Sand

📋 copy color: '#F5CB62'

red 245 ◦ green 203 ◦ blue 98

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

Shades of Golden Sand #F5CB62

Tints of Golden Sand #F5CB62

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

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

R = 44.87%
G = 37.18%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F5CB62 (or 0xF5CB62) is known color: Golden Sand. HEX triplet: F5, CB and 62. RGB value is (245,203,98). Sum of RGB (Red+Green+Blue) = 245+203+98=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB62 is #0A349D. Grayscale: #CCCCCC. Windows color (decimal): -668830 or 6474741. OLE color: 6474741.

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

Color convert

RGB 245 203 98 -
CMYK 0 0.17 0.6 0.04
HSL 42.86º 0.88% 0.67% -
HSV(B) 42.86º 0.6% 0.96% -
XYZ 61.22 63.01 20.49 -
YUV 203.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 245 203 98 0 0.17 0.6 0.04 42.86 0.88 0.67
Hex F5 CB 62 0 11 3C 4 2B 58 43
Octal 365 313 142 0 21 74 4 53 130 103
Binary 11110101 11001011 1100010 0 10001 111100 100 101011 1011000 1000011

Color Harmonies of #F5CB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB62

Black with #F5CB62

Text Example


Text Example

White with #F5CB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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