Html Css Color HEX #F1CC6B Golden Sand

📋 copy color: '#F1CC6B'

red 241 ◦ green 204 ◦ blue 107

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

Shades of Golden Sand #F1CC6B

Tints of Golden Sand #F1CC6B

RGB

 RED value IS 241 (94.53% from 255) = 43.66%

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

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

R = 43.66%
G = 36.96%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1CC6B (or 0xF1CC6B) is known color: Golden Sand. HEX triplet: F1, CC and 6B. RGB value is (241,204,107). Sum of RGB (Red+Green+Blue) = 241+204+107=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CC6B is #0E3394. Grayscale: #CCCCCC. Windows color (decimal): -930709 or 7064817. OLE color: 7064817.

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

Color convert

RGB 241 204 107 -
CMYK 0 0.15 0.56 0.05
HSL 43.43º 0.83% 0.68% -
HSV(B) 43.43º 0.56% 0.95% -
XYZ 60.52 62.95 22.87 -
YUV 204.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 241 204 107 0 0.15 0.56 0.05 43.43 0.83 0.68
Hex F1 CC 6B 0 F 38 5 2B 53 44
Octal 361 314 153 0 17 70 5 53 123 104
Binary 11110001 11001100 1101011 0 1111 111000 101 101011 1010011 1000100

Color Harmonies of #F1CC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC6B

Black with #F1CC6B

Text Example


Text Example

White with #F1CC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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