Html Css Color HEX #F1D080 Cherokee

📋 copy color: '#F1D080'

red 241 ◦ green 208 ◦ blue 128

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

Shades of Cherokee #F1D080

Tints of Cherokee #F1D080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.18%

R = 41.77%
G = 36.05%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1D080 (or 0xF1D080) is known color: Cherokee. HEX triplet: F1, D0 and 80. RGB value is (241,208,128). Sum of RGB (Red+Green+Blue) = 241+208+128=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D080 is #0E2F7F. Grayscale: #D1D1D1. Windows color (decimal): -929664 or 8442097. OLE color: 8442097.

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

Color convert

RGB 241 208 128 -
CMYK 0 0.14 0.47 0.05
HSL 42.48º 0.8% 0.72% -
HSV(B) 42.48º 0.47% 0.95% -
XYZ 62.73 65.37 29.73 -
YUV 208.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 241 208 128 0 0.14 0.47 0.05 42.48 0.8 0.72
Hex F1 D0 80 0 E 2F 5 2A 50 48
Octal 361 320 200 0 16 57 5 52 120 110
Binary 11110001 11010000 10000000 0 1110 101111 101 101010 1010000 1001000

Color Harmonies of #F1D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D080

Black with #F1D080

Text Example


Text Example

White with #F1D080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D080; }

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

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

background-color css

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

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

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

border-color css

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

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

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