Html Css Color HEX #F8D28E Cherokee

📋 copy color: '#F8D28E'

red 248 ◦ green 210 ◦ blue 142

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

Shades of Cherokee #F8D28E

Tints of Cherokee #F8D28E

RGB

 RED value IS 248 (97.27% from 255) = 41.33%

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

 BLUE value IS 142 (55.86% from 255) = 23.67%

R = 41.33%
G = 35%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8D28E (or 0xF8D28E) is known color: Cherokee. HEX triplet: F8, D2 and 8E. RGB value is (248,210,142). Sum of RGB (Red+Green+Blue) = 248+210+142=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D28E is #072D71. Grayscale: #D5D5D5. Windows color (decimal): -470386 or 9360120. OLE color: 9360120.

HSL color Cylindrical-coordinate representation of color #F8D28E: hue angle of 38.49º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8D28E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 210 142 -
CMYK 0 0.15 0.43 0.03
HSL 38.49º 0.88% 0.76% -
HSV(B) 38.49º 0.43% 0.97% -
XYZ 66.64 68 35.2 -
YUV 213.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 248 210 142 0 0.15 0.43 0.03 38.49 0.88 0.76
Hex F8 D2 8E 0 F 2B 3 26 58 4C
Octal 370 322 216 0 17 53 3 46 130 114
Binary 11111000 11010010 10001110 0 1111 101011 11 100110 1011000 1001100

Color Harmonies of #F8D28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D28E

Black with #F8D28E

Text Example


Text Example

White with #F8D28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D28E; }

 p { color: rgb(248,210,142); }

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

background-color css

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

 a { background-color: rgb(248,210,142); }

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

border-color css

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

 span { border-color: rgb(248,210,142); }

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