Html Css Color HEX #F1D383 Cherokee

📋 copy color: '#F1D383'

red 241 ◦ green 211 ◦ blue 131

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

Shades of Cherokee #F1D383

Tints of Cherokee #F1D383

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.19%

 BLUE value IS 131 (51.56% from 255) = 22.47%

R = 41.34%
G = 36.19%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1D383 (or 0xF1D383) is known color: Cherokee. HEX triplet: F1, D3 and 83. RGB value is (241,211,131). Sum of RGB (Red+Green+Blue) = 241+211+131=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D383 is #0E2C7C. Grayscale: #D3D3D3. Windows color (decimal): -928893 or 8639473. OLE color: 8639473.

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

Color convert

RGB 241 211 131 -
CMYK 0 0.12 0.46 0.05
HSL 43.64º 0.8% 0.73% -
HSV(B) 43.64º 0.46% 0.95% -
XYZ 63.67 66.93 31.04 -
YUV 210.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 241 211 131 0 0.12 0.46 0.05 43.64 0.8 0.73
Hex F1 D3 83 0 C 2E 5 2C 50 49
Octal 361 323 203 0 14 56 5 54 120 111
Binary 11110001 11010011 10000011 0 1100 101110 101 101100 1010000 1001001

Color Harmonies of #F1D383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D383

Black with #F1D383

Text Example


Text Example

White with #F1D383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D383; }

 p { color: rgb(241,211,131); }

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

background-color css

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

 a { background-color: rgb(241,211,131); }

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

border-color css

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

 span { border-color: rgb(241,211,131); }

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