Html Css Color HEX #F7D285 Cherokee

📋 copy color: '#F7D285'

red 247 ◦ green 210 ◦ blue 133

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

Shades of Cherokee #F7D285

Tints of Cherokee #F7D285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.54%

R = 41.86%
G = 35.59%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F7D285 (or 0xF7D285) is known color: Cherokee. HEX triplet: F7, D2 and 85. RGB value is (247,210,133). Sum of RGB (Red+Green+Blue) = 247+210+133=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D285 is #082D7A. Grayscale: #D4D4D4. Windows color (decimal): -535931 or 8770295. OLE color: 8770295.

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

Color convert

RGB 247 210 133 -
CMYK 0 0.15 0.46 0.03
HSL 40.53º 0.88% 0.75% -
HSV(B) 40.53º 0.46% 0.97% -
XYZ 65.64 67.56 31.77 -
YUV 212.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 247 210 133 0 0.15 0.46 0.03 40.53 0.88 0.75
Hex F7 D2 85 0 F 2E 3 29 58 4B
Octal 367 322 205 0 17 56 3 51 130 113
Binary 11110111 11010010 10000101 0 1111 101110 11 101001 1011000 1001011

Color Harmonies of #F7D285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D285

Black with #F7D285

Text Example


Text Example

White with #F7D285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D285; }

 p { color: rgb(247,210,133); }

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

background-color css

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

 a { background-color: rgb(247,210,133); }

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

border-color css

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

 span { border-color: rgb(247,210,133); }

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