Html Css Color HEX #F1D28E Cherokee

📋 copy color: '#F1D28E'

red 241 ◦ green 210 ◦ blue 142

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

Shades of Cherokee #F1D28E

Tints of Cherokee #F1D28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.95%

R = 40.64%
G = 35.41%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1D28E (or 0xF1D28E) is known color: Cherokee. HEX triplet: F1, D2 and 8E. RGB value is (241,210,142). Sum of RGB (Red+Green+Blue) = 241+210+142=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D28E is #0E2D71. Grayscale: #D3D3D3. Windows color (decimal): -929138 or 9360113. OLE color: 9360113.

HSL color Cylindrical-coordinate representation of color #F1D28E: hue angle of 41.21º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1D28E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 210 142 -
CMYK 0 0.13 0.41 0.05
HSL 41.21º 0.78% 0.75% -
HSV(B) 41.21º 0.41% 0.95% -
XYZ 64.2 66.75 35.09 -
YUV 211.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 241 210 142 0 0.13 0.41 0.05 41.21 0.78 0.75
Hex F1 D2 8E 0 D 29 5 29 4E 4B
Octal 361 322 216 0 15 51 5 51 116 113
Binary 11110001 11010010 10001110 0 1101 101001 101 101001 1001110 1001011

Color Harmonies of #F1D28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D28E

Black with #F1D28E

Text Example


Text Example

White with #F1D28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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