Html Css Color HEX #F0CC69 Golden Sand

📋 copy color: '#F0CC69'

red 240 ◦ green 204 ◦ blue 105

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

Shades of Golden Sand #F0CC69

Tints of Golden Sand #F0CC69

RGB

 RED value IS 240 (94.14% from 255) = 43.72%

 GREEN value IS 204 (80.08% from 255) = 37.16%

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

R = 43.72%
G = 37.16%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0CC69 (or 0xF0CC69) is known color: Golden Sand. HEX triplet: F0, CC and 69. RGB value is (240,204,105). Sum of RGB (Red+Green+Blue) = 240+204+105=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC69 is #0F3396. Grayscale: #CBCBCB. Windows color (decimal): -996247 or 6933744. OLE color: 6933744.

HSL color Cylindrical-coordinate representation of color #F0CC69: hue angle of 44º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0CC69 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 105 -
CMYK 0 0.15 0.56 0.06
HSL 44º 0.82% 0.68% -
HSV(B) 44º 0.56% 0.94% -
XYZ 60.08 62.73 22.31 -
YUV 203.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 240 204 105 0 0.15 0.56 0.06 44 0.82 0.68
Hex F0 CC 69 0 F 38 6 2C 52 44
Octal 360 314 151 0 17 70 6 54 122 104
Binary 11110000 11001100 1101001 0 1111 111000 110 101100 1010010 1000100

Color Harmonies of #F0CC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC69

Black with #F0CC69

Text Example


Text Example

White with #F0CC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC69; }

 p { color: rgb(240,204,105); }

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

background-color css

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

 a { background-color: rgb(240,204,105); }

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

border-color css

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

 span { border-color: rgb(240,204,105); }

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