Html Css Color HEX #F0CB69 Golden Sand

📋 copy color: '#F0CB69'

red 240 ◦ green 203 ◦ blue 105

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

Shades of Golden Sand #F0CB69

Tints of Golden Sand #F0CB69

RGB

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

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

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

R = 43.8%
G = 37.04%
B = 19.16%

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

#F0CB69 (or 0xF0CB69) is known color: Golden Sand. HEX triplet: F0, CB and 69. RGB value is (240,203,105). Sum of RGB (Red+Green+Blue) = 240+203+105=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB69 is #0F3496. Grayscale: #CBCBCB. Windows color (decimal): -996503 or 6933488. OLE color: 6933488.

HSL color Cylindrical-coordinate representation of color #F0CB69: hue angle of 43.56º 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 #F0CB69 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 105 -
CMYK 0 0.15 0.56 0.06
HSL 43.56º 0.82% 0.68% -
HSV(B) 43.56º 0.56% 0.94% -
XYZ 59.84 62.26 22.23 -
YUV 202.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 240 203 105 0 0.15 0.56 0.06 43.56 0.82 0.68
Hex F0 CB 69 0 F 38 6 2C 52 44
Octal 360 313 151 0 17 70 6 54 122 104
Binary 11110000 11001011 1101001 0 1111 111000 110 101100 1010010 1000100

Color Harmonies of #F0CB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB69

Black with #F0CB69

Text Example


Text Example

White with #F0CB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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