Html Css Color HEX #F7D080 Cherokee

📋 copy color: '#F7D080'

red 247 ◦ green 208 ◦ blue 128

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

Shades of Cherokee #F7D080

Tints of Cherokee #F7D080

RGB

 RED value IS 247 (96.88% from 255) = 42.37%

 GREEN value IS 208 (81.64% from 255) = 35.68%

 BLUE value IS 128 (50.39% from 255) = 21.96%

R = 42.37%
G = 35.68%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7D080 (or 0xF7D080) is known color: Cherokee. HEX triplet: F7, D0 and 80. RGB value is (247,208,128). Sum of RGB (Red+Green+Blue) = 247+208+128=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D080 is #082F7F. Grayscale: #D2D2D2. Windows color (decimal): -536448 or 8442103. OLE color: 8442103.

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

Color convert

RGB 247 208 128 -
CMYK 0 0.16 0.48 0.03
HSL 40.34º 0.88% 0.74% -
HSV(B) 40.34º 0.48% 0.97% -
XYZ 64.81 66.44 29.83 -
YUV 210.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 247 208 128 0 0.16 0.48 0.03 40.34 0.88 0.74
Hex F7 D0 80 0 10 30 3 28 58 4A
Octal 367 320 200 0 20 60 3 50 130 112
Binary 11110111 11010000 10000000 0 10000 110000 11 101000 1011000 1001010

Color Harmonies of #F7D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D080

Black with #F7D080

Text Example


Text Example

White with #F7D080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D080; }

 p { color: rgb(247,208,128); }

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

background-color css

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

 a { background-color: rgb(247,208,128); }

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

border-color css

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

 span { border-color: rgb(247,208,128); }

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