Html Css Color HEX #F8C484 Cherokee

📋 copy color: '#F8C484'

red 248 ◦ green 196 ◦ blue 132

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

Shades of Cherokee #F8C484

Tints of Cherokee #F8C484

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.03%

 BLUE value IS 132 (51.95% from 255) = 22.92%

R = 43.06%
G = 34.03%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F8C484 (or 0xF8C484) is known color: Cherokee. HEX triplet: F8, C4 and 84. RGB value is (248,196,132). Sum of RGB (Red+Green+Blue) = 248+196+132=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C484 is #073B7B. Grayscale: #CCCCCC. Windows color (decimal): -473980 or 8701176. OLE color: 8701176.

HSL color Cylindrical-coordinate representation of color #F8C484: hue angle of 33.1º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8C484 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 196 132 -
CMYK 0 0.21 0.47 0.03
HSL 33.1º 0.89% 0.75% -
HSV(B) 33.1º 0.47% 0.97% -
XYZ 62.62 61.1 30.32 -
YUV 204.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 248 196 132 0 0.21 0.47 0.03 33.1 0.89 0.75
Hex F8 C4 84 0 15 2F 3 21 59 4B
Octal 370 304 204 0 25 57 3 41 131 113
Binary 11111000 11000100 10000100 0 10101 101111 11 100001 1011001 1001011

Color Harmonies of #F8C484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C484

Black with #F8C484

Text Example


Text Example

White with #F8C484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C484; }

 p { color: rgb(248,196,132); }

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

background-color css

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

 a { background-color: rgb(248,196,132); }

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

border-color css

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

 span { border-color: rgb(248,196,132); }

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