Html Css Color HEX #F1CF65 Golden Sand

📋 copy color: '#F1CF65'

red 241 ◦ green 207 ◦ blue 101

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

Shades of Golden Sand #F1CF65

Tints of Golden Sand #F1CF65

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.7%

 BLUE value IS 101 (39.84% from 255) = 18.4%

R = 43.9%
G = 37.7%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1CF65 (or 0xF1CF65) is known color: Golden Sand. HEX triplet: F1, CF and 65. RGB value is (241,207,101). Sum of RGB (Red+Green+Blue) = 241+207+101=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CF65 is #0E309A. Grayscale: #CDCDCD. Windows color (decimal): -929947 or 6672369. OLE color: 6672369.

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

Color convert

RGB 241 207 101 -
CMYK 0 0.14 0.58 0.05
HSL 45.43º 0.83% 0.67% -
HSV(B) 45.43º 0.58% 0.95% -
XYZ 60.94 64.27 21.5 -
YUV 205.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 241 207 101 0 0.14 0.58 0.05 45.43 0.83 0.67
Hex F1 CF 65 0 E 3A 5 2D 53 43
Octal 361 317 145 0 16 72 5 55 123 103
Binary 11110001 11001111 1100101 0 1110 111010 101 101101 1010011 1000011

Color Harmonies of #F1CF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CF65

Black with #F1CF65

Text Example


Text Example

White with #F1CF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CF65; }

 p { color: rgb(241,207,101); }

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

background-color css

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

 a { background-color: rgb(241,207,101); }

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

border-color css

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

 span { border-color: rgb(241,207,101); }

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