Html Css Color HEX #F1D083 Cherokee

📋 copy color: '#F1D083'

red 241 ◦ green 208 ◦ blue 131

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

Shades of Cherokee #F1D083

Tints of Cherokee #F1D083

RGB

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

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

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

R = 41.55%
G = 35.86%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1D083 (or 0xF1D083) is known color: Cherokee. HEX triplet: F1, D0 and 83. RGB value is (241,208,131). Sum of RGB (Red+Green+Blue) = 241+208+131=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D083 is #0E2F7C. Grayscale: #D1D1D1. Windows color (decimal): -929661 or 8638705. OLE color: 8638705.

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

Color convert

RGB 241 208 131 -
CMYK 0 0.14 0.46 0.05
HSL 42º 0.8% 0.73% -
HSV(B) 42º 0.46% 0.95% -
XYZ 62.93 65.45 30.79 -
YUV 209.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 241 208 131 0 0.14 0.46 0.05 42 0.8 0.73
Hex F1 D0 83 0 E 2E 5 2A 50 49
Octal 361 320 203 0 16 56 5 52 120 111
Binary 11110001 11010000 10000011 0 1110 101110 101 101010 1010000 1001001

Color Harmonies of #F1D083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D083

Black with #F1D083

Text Example


Text Example

White with #F1D083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D083; }

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

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

background-color css

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

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

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

border-color css

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

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

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