Html Css Color HEX #F1D485 Cherokee

📋 copy color: '#F1D485'

red 241 ◦ green 212 ◦ blue 133

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

Shades of Cherokee #F1D485

Tints of Cherokee #F1D485

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.18%

 BLUE value IS 133 (52.34% from 255) = 22.7%

R = 41.13%
G = 36.18%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1D485 (or 0xF1D485) is known color: Cherokee. HEX triplet: F1, D4 and 85. RGB value is (241,212,133). Sum of RGB (Red+Green+Blue) = 241+212+133=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D485 is #0E2B7A. Grayscale: #D4D4D4. Windows color (decimal): -928635 or 8770801. OLE color: 8770801.

HSL color Cylindrical-coordinate representation of color #F1D485: hue angle of 43.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1D485 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 212 133 -
CMYK 0 0.12 0.45 0.05
HSL 43.89º 0.79% 0.73% -
HSV(B) 43.89º 0.45% 0.95% -
XYZ 64.05 67.48 31.84 -
YUV 211.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 241 212 133 0 0.12 0.45 0.05 43.89 0.79 0.73
Hex F1 D4 85 0 C 2D 5 2C 4F 49
Octal 361 324 205 0 14 55 5 54 117 111
Binary 11110001 11010100 10000101 0 1100 101101 101 101100 1001111 1001001

Color Harmonies of #F1D485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D485

Black with #F1D485

Text Example


Text Example

White with #F1D485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D485; }

 p { color: rgb(241,212,133); }

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

background-color css

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

 a { background-color: rgb(241,212,133); }

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

border-color css

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

 span { border-color: rgb(241,212,133); }

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