Html Css Color HEX #F1D08D Cherokee

📋 copy color: '#F1D08D'

red 241 ◦ green 208 ◦ blue 141

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

Shades of Cherokee #F1D08D

Tints of Cherokee #F1D08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.25%

 BLUE value IS 141 (55.47% from 255) = 23.9%

R = 40.85%
G = 35.25%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1D08D (or 0xF1D08D) is known color: Cherokee. HEX triplet: F1, D0 and 8D. RGB value is (241,208,141). Sum of RGB (Red+Green+Blue) = 241+208+141=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D08D is #0E2F72. Grayscale: #D2D2D2. Windows color (decimal): -929651 or 9294065. OLE color: 9294065.

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

Color convert

RGB 241 208 141 -
CMYK 0 0.14 0.41 0.05
HSL 40.2º 0.78% 0.75% -
HSV(B) 40.2º 0.41% 0.95% -
XYZ 63.64 65.74 34.53 -
YUV 210.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 241 208 141 0 0.14 0.41 0.05 40.2 0.78 0.75
Hex F1 D0 8D 0 E 29 5 28 4E 4B
Octal 361 320 215 0 16 51 5 50 116 113
Binary 11110001 11010000 10001101 0 1110 101001 101 101000 1001110 1001011

Color Harmonies of #F1D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D08D

Black with #F1D08D

Text Example


Text Example

White with #F1D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D08D; }

 p { color: rgb(241,208,141); }

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

background-color css

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

 a { background-color: rgb(241,208,141); }

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

border-color css

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

 span { border-color: rgb(241,208,141); }

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