Html Css Color HEX #F5CF69 Golden Sand

📋 copy color: '#F5CF69'

red 245 ◦ green 207 ◦ blue 105

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

Shades of Golden Sand #F5CF69

Tints of Golden Sand #F5CF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.85%

R = 43.99%
G = 37.16%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5CF69 (or 0xF5CF69) is known color: Golden Sand. HEX triplet: F5, CF and 69. RGB value is (245,207,105). Sum of RGB (Red+Green+Blue) = 245+207+105=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF69 is #0A3096. Grayscale: #CFCFCF. Windows color (decimal): -667799 or 6934517. OLE color: 6934517.

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

Color convert

RGB 245 207 105 -
CMYK 0 0.16 0.57 0.04
HSL 43.71º 0.88% 0.69% -
HSV(B) 43.71º 0.57% 0.96% -
XYZ 62.52 65.06 22.63 -
YUV 206.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 245 207 105 0 0.16 0.57 0.04 43.71 0.88 0.69
Hex F5 CF 69 0 10 39 4 2C 58 45
Octal 365 317 151 0 20 71 4 54 130 105
Binary 11110101 11001111 1101001 0 10000 111001 100 101100 1011000 1000101

Color Harmonies of #F5CF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CF69

Black with #F5CF69

Text Example


Text Example

White with #F5CF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CF69; }

 p { color: rgb(245,207,105); }

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

background-color css

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

 a { background-color: rgb(245,207,105); }

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

border-color css

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

 span { border-color: rgb(245,207,105); }

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