Html Css Color HEX #F1D58D Cherokee

📋 copy color: '#F1D58D'

red 241 ◦ green 213 ◦ blue 141

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

Shades of Cherokee #F1D58D

Tints of Cherokee #F1D58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.8%

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

R = 40.5%
G = 35.8%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1D58D (or 0xF1D58D) is known color: Cherokee. HEX triplet: F1, D5 and 8D. RGB value is (241,213,141). Sum of RGB (Red+Green+Blue) = 241+213+141=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D58D is #0E2A72. Grayscale: #D5D5D5. Windows color (decimal): -928371 or 9295345. OLE color: 9295345.

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

Color convert

RGB 241 213 141 -
CMYK 0 0.12 0.41 0.05
HSL 43.2º 0.78% 0.75% -
HSV(B) 43.2º 0.41% 0.95% -
XYZ 64.88 68.21 34.95 -
YUV 213.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 241 213 141 0 0.12 0.41 0.05 43.2 0.78 0.75
Hex F1 D5 8D 0 C 29 5 2B 4E 4B
Octal 361 325 215 0 14 51 5 53 116 113
Binary 11110001 11010101 10001101 0 1100 101001 101 101011 1001110 1001011

Color Harmonies of #F1D58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D58D

Black with #F1D58D

Text Example


Text Example

White with #F1D58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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