Html Css Color HEX #F2CB6E Golden Sand

📋 copy color: '#F2CB6E'

red 242 ◦ green 203 ◦ blue 110

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

Shades of Golden Sand #F2CB6E

Tints of Golden Sand #F2CB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.82%

R = 43.6%
G = 36.58%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2CB6E (or 0xF2CB6E) is known color: Golden Sand. HEX triplet: F2, CB and 6E. RGB value is (242,203,110). Sum of RGB (Red+Green+Blue) = 242+203+110=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB6E is #0D3491. Grayscale: #CCCCCC. Windows color (decimal): -865426 or 7261170. OLE color: 7261170.

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

Color convert

RGB 242 203 110 -
CMYK 0 0.16 0.55 0.05
HSL 42.27º 0.84% 0.69% -
HSV(B) 42.27º 0.55% 0.95% -
XYZ 60.79 62.71 23.65 -
YUV 204.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 242 203 110 0 0.16 0.55 0.05 42.27 0.84 0.69
Hex F2 CB 6E 0 10 37 5 2A 54 45
Octal 362 313 156 0 20 67 5 52 124 105
Binary 11110010 11001011 1101110 0 10000 110111 101 101010 1010100 1000101

Color Harmonies of #F2CB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB6E

Black with #F2CB6E

Text Example


Text Example

White with #F2CB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB6E; }

 p { color: rgb(242,203,110); }

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

background-color css

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

 a { background-color: rgb(242,203,110); }

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

border-color css

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

 span { border-color: rgb(242,203,110); }

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