Html Css Color HEX #F7C282 Cherokee

📋 copy color: '#F7C282'

red 247 ◦ green 194 ◦ blue 130

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

Shades of Cherokee #F7C282

Tints of Cherokee #F7C282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.98%

 BLUE value IS 130 (51.17% from 255) = 22.77%

R = 43.26%
G = 33.98%
B = 22.77%

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

#F7C282 (or 0xF7C282) is known color: Cherokee. HEX triplet: F7, C2 and 82. RGB value is (247,194,130). Sum of RGB (Red+Green+Blue) = 247+194+130=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C282 is #083D7D. Grayscale: #CACACA. Windows color (decimal): -540030 or 8569591. OLE color: 8569591.

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

Color convert

RGB 247 194 130 -
CMYK 0 0.21 0.47 0.03
HSL 32.82º 0.88% 0.74% -
HSV(B) 32.82º 0.47% 0.97% -
XYZ 61.68 59.97 29.44 -
YUV 202.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 247 194 130 0 0.21 0.47 0.03 32.82 0.88 0.74
Hex F7 C2 82 0 15 2F 3 21 58 4A
Octal 367 302 202 0 25 57 3 41 130 112
Binary 11110111 11000010 10000010 0 10101 101111 11 100001 1011000 1001010

Color Harmonies of #F7C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C282

Black with #F7C282

Text Example


Text Example

White with #F7C282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C282; }

 p { color: rgb(247,194,130); }

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

background-color css

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

 a { background-color: rgb(247,194,130); }

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

border-color css

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

 span { border-color: rgb(247,194,130); }

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