Html Css Color HEX #F0CC6B Golden Sand

📋 copy color: '#F0CC6B'

red 240 ◦ green 204 ◦ blue 107

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

Shades of Golden Sand #F0CC6B

Tints of Golden Sand #F0CC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.42%

R = 43.56%
G = 37.02%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0CC6B (or 0xF0CC6B) is known color: Golden Sand. HEX triplet: F0, CC and 6B. RGB value is (240,204,107). Sum of RGB (Red+Green+Blue) = 240+204+107=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC6B is #0F3394. Grayscale: #CCCCCC. Windows color (decimal): -996245 or 7064816. OLE color: 7064816.

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

Color convert

RGB 240 204 107 -
CMYK 0 0.15 0.55 0.06
HSL 43.76º 0.82% 0.68% -
HSV(B) 43.76º 0.55% 0.94% -
XYZ 60.18 62.77 22.85 -
YUV 203.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 240 204 107 0 0.15 0.55 0.06 43.76 0.82 0.68
Hex F0 CC 6B 0 F 37 6 2C 52 44
Octal 360 314 153 0 17 67 6 54 122 104
Binary 11110000 11001100 1101011 0 1111 110111 110 101100 1010010 1000100

Color Harmonies of #F0CC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC6B

Black with #F0CC6B

Text Example


Text Example

White with #F0CC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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