Html Css Color HEX #F2CB6D Golden Sand

📋 copy color: '#F2CB6D'

red 242 ◦ green 203 ◦ blue 109

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

Shades of Golden Sand #F2CB6D

Tints of Golden Sand #F2CB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.68%

R = 43.68%
G = 36.64%
B = 19.68%

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

#F2CB6D (or 0xF2CB6D) is known color: Golden Sand. HEX triplet: F2, CB and 6D. RGB value is (242,203,109). Sum of RGB (Red+Green+Blue) = 242+203+109=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB6D is #0D3492. Grayscale: #CCCCCC. Windows color (decimal): -865427 or 7195634. OLE color: 7195634.

HSL color Cylindrical-coordinate representation of color #F2CB6D: hue angle of 42.41º 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 #F2CB6D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 203 109 -
CMYK 0 0.16 0.55 0.05
HSL 42.41º 0.84% 0.69% -
HSV(B) 42.41º 0.55% 0.95% -
XYZ 60.73 62.69 23.37 -
YUV 203.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 242 203 109 0 0.16 0.55 0.05 42.41 0.84 0.69
Hex F2 CB 6D 0 10 37 5 2A 54 45
Octal 362 313 155 0 20 67 5 52 124 105
Binary 11110010 11001011 1101101 0 10000 110111 101 101010 1010100 1000101

Color Harmonies of #F2CB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB6D

Black with #F2CB6D

Text Example


Text Example

White with #F2CB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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