Html Css Color HEX #F8CF7C Cherokee

📋 copy color: '#F8CF7C'

red 248 ◦ green 207 ◦ blue 124

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

Shades of Cherokee #F8CF7C

Tints of Cherokee #F8CF7C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.75%

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 42.83%
G = 35.75%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8CF7C (or 0xF8CF7C) is known color: Cherokee. HEX triplet: F8, CF and 7C. RGB value is (248,207,124). Sum of RGB (Red+Green+Blue) = 248+207+124=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF7C is #073083. Grayscale: #D2D2D2. Windows color (decimal): -471172 or 8179704. OLE color: 8179704.

HSL color Cylindrical-coordinate representation of color #F8CF7C: hue angle of 40.16º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8CF7C is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 207 124 -
CMYK 0 0.17 0.5 0.03
HSL 40.16º 0.9% 0.73% -
HSV(B) 40.16º 0.5% 0.97% -
XYZ 64.66 66.04 28.41 -
YUV 209.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 248 207 124 0 0.17 0.5 0.03 40.16 0.9 0.73
Hex F8 CF 7C 0 11 32 3 28 5A 49
Octal 370 317 174 0 21 62 3 50 132 111
Binary 11111000 11001111 1111100 0 10001 110010 11 101000 1011010 1001001

Color Harmonies of #F8CF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF7C

Black with #F8CF7C

Text Example


Text Example

White with #F8CF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF7C; }

 p { color: rgb(248,207,124); }

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

background-color css

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

 a { background-color: rgb(248,207,124); }

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

border-color css

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

 span { border-color: rgb(248,207,124); }

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