Html Css Color HEX #F8C68A Cherokee

📋 copy color: '#F8C68A'

red 248 ◦ green 198 ◦ blue 138

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

Shades of Cherokee #F8C68A

Tints of Cherokee #F8C68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.9%

 BLUE value IS 138 (54.3% from 255) = 23.63%

R = 42.47%
G = 33.9%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8C68A (or 0xF8C68A) is known color: Cherokee. HEX triplet: F8, C6 and 8A. RGB value is (248,198,138). Sum of RGB (Red+Green+Blue) = 248+198+138=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C68A is #073975. Grayscale: #CECECE. Windows color (decimal): -473462 or 9094904. OLE color: 9094904.

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

Color convert

RGB 248 198 138 -
CMYK 0 0.20 0.44 0.03
HSL 32.73º 0.89% 0.76% -
HSV(B) 32.73º 0.44% 0.97% -
XYZ 63.49 62.18 32.7 -
YUV 206.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 248 198 138 0 0.20 0.44 0.03 32.73 0.89 0.76
Hex F8 C6 8A 0 14 2C 3 21 59 4C
Octal 370 306 212 0 24 54 3 41 131 114
Binary 11111000 11000110 10001010 0 10100 101100 11 100001 1011001 1001100

Color Harmonies of #F8C68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C68A

Black with #F8C68A

Text Example


Text Example

White with #F8C68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C68A; }

 p { color: rgb(248,198,138); }

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

background-color css

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

 a { background-color: rgb(248,198,138); }

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

border-color css

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

 span { border-color: rgb(248,198,138); }

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