Html Css Color HEX #F1D285 Cherokee

📋 copy color: '#F1D285'

red 241 ◦ green 210 ◦ blue 133

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

Shades of Cherokee #F1D285

Tints of Cherokee #F1D285

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.96%

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

R = 41.27%
G = 35.96%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1D285 (or 0xF1D285) is known color: Cherokee. HEX triplet: F1, D2 and 85. RGB value is (241,210,133). Sum of RGB (Red+Green+Blue) = 241+210+133=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D285 is #0E2D7A. Grayscale: #D2D2D2. Windows color (decimal): -929147 or 8770289. OLE color: 8770289.

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

Color convert

RGB 241 210 133 -
CMYK 0 0.13 0.45 0.05
HSL 42.78º 0.79% 0.73% -
HSV(B) 42.78º 0.45% 0.95% -
XYZ 63.56 66.49 31.67 -
YUV 210.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 241 210 133 0 0.13 0.45 0.05 42.78 0.79 0.73
Hex F1 D2 85 0 D 2D 5 2B 4F 49
Octal 361 322 205 0 15 55 5 53 117 111
Binary 11110001 11010010 10000101 0 1101 101101 101 101011 1001111 1001001

Color Harmonies of #F1D285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D285

Black with #F1D285

Text Example


Text Example

White with #F1D285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D285; }

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

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

background-color css

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

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

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

border-color css

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

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

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