Html Css Color HEX #F1D282 Cherokee

📋 copy color: '#F1D282'

red 241 ◦ green 210 ◦ blue 130

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

Shades of Cherokee #F1D282

Tints of Cherokee #F1D282

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.14%

 BLUE value IS 130 (51.17% from 255) = 22.38%

R = 41.48%
G = 36.14%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1D282 (or 0xF1D282) is known color: Cherokee. HEX triplet: F1, D2 and 82. RGB value is (241,210,130). Sum of RGB (Red+Green+Blue) = 241+210+130=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D282 is #0E2D7D. Grayscale: #D2D2D2. Windows color (decimal): -929150 or 8573681. OLE color: 8573681.

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

Color convert

RGB 241 210 130 -
CMYK 0 0.13 0.46 0.05
HSL 43.24º 0.8% 0.73% -
HSV(B) 43.24º 0.46% 0.95% -
XYZ 63.35 66.41 30.6 -
YUV 210.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 241 210 130 0 0.13 0.46 0.05 43.24 0.8 0.73
Hex F1 D2 82 0 D 2E 5 2B 50 49
Octal 361 322 202 0 15 56 5 53 120 111
Binary 11110001 11010010 10000010 0 1101 101110 101 101011 1010000 1001001

Color Harmonies of #F1D282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D282

Black with #F1D282

Text Example


Text Example

White with #F1D282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D282; }

 p { color: rgb(241,210,130); }

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

background-color css

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

 a { background-color: rgb(241,210,130); }

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

border-color css

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

 span { border-color: rgb(241,210,130); }

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