Html Css Color HEX #F2CC69 Golden Sand

📋 copy color: '#F2CC69'

red 242 ◦ green 204 ◦ blue 105

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

Shades of Golden Sand #F2CC69

Tints of Golden Sand #F2CC69

RGB

 RED value IS 242 (94.92% from 255) = 43.92%

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

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

R = 43.92%
G = 37.02%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2CC69 (or 0xF2CC69) is known color: Golden Sand. HEX triplet: F2, CC and 69. RGB value is (242,204,105). Sum of RGB (Red+Green+Blue) = 242+204+105=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC69 is #0D3396. Grayscale: #CCCCCC. Windows color (decimal): -865175 or 6933746. OLE color: 6933746.

HSL color Cylindrical-coordinate representation of color #F2CC69: hue angle of 43.36º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2CC69 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 105 -
CMYK 0 0.16 0.57 0.05
HSL 43.36º 0.84% 0.68% -
HSV(B) 43.36º 0.57% 0.95% -
XYZ 60.76 63.08 22.34 -
YUV 204.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 242 204 105 0 0.16 0.57 0.05 43.36 0.84 0.68
Hex F2 CC 69 0 10 39 5 2B 54 44
Octal 362 314 151 0 20 71 5 53 124 104
Binary 11110010 11001100 1101001 0 10000 111001 101 101011 1010100 1000100

Color Harmonies of #F2CC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC69

Black with #F2CC69

Text Example


Text Example

White with #F2CC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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