Html Css Color HEX #F1CF69 Golden Sand

📋 copy color: '#F1CF69'

red 241 ◦ green 207 ◦ blue 105

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

Shades of Golden Sand #F1CF69

Tints of Golden Sand #F1CF69

RGB

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

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

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

R = 43.58%
G = 37.43%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1CF69 (or 0xF1CF69) is known color: Golden Sand. HEX triplet: F1, CF and 69. RGB value is (241,207,105). Sum of RGB (Red+Green+Blue) = 241+207+105=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CF69 is #0E3096. Grayscale: #CDCDCD. Windows color (decimal): -929943 or 6934513. OLE color: 6934513.

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

Color convert

RGB 241 207 105 -
CMYK 0 0.14 0.56 0.05
HSL 45º 0.83% 0.68% -
HSV(B) 45º 0.56% 0.95% -
XYZ 61.14 64.35 22.56 -
YUV 205.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 241 207 105 0 0.14 0.56 0.05 45 0.83 0.68
Hex F1 CF 69 0 E 38 5 2D 53 44
Octal 361 317 151 0 16 70 5 55 123 104
Binary 11110001 11001111 1101001 0 1110 111000 101 101101 1010011 1000100

Color Harmonies of #F1CF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CF69

Black with #F1CF69

Text Example


Text Example

White with #F1CF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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