Html Css Color HEX #F7CA7E Cherokee

📋 copy color: '#F7CA7E'

red 247 ◦ green 202 ◦ blue 126

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

Shades of Cherokee #F7CA7E

Tints of Cherokee #F7CA7E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.13%

 BLUE value IS 126 (49.61% from 255) = 21.91%

R = 42.96%
G = 35.13%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7CA7E (or 0xF7CA7E) is known color: Cherokee. HEX triplet: F7, CA and 7E. RGB value is (247,202,126). Sum of RGB (Red+Green+Blue) = 247+202+126=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CA7E is #083581. Grayscale: #CFCFCF. Windows color (decimal): -537986 or 8309495. OLE color: 8309495.

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

Color convert

RGB 247 202 126 -
CMYK 0 0.18 0.49 0.03
HSL 37.69º 0.88% 0.73% -
HSV(B) 37.69º 0.49% 0.97% -
XYZ 63.24 63.52 28.67 -
YUV 206.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 247 202 126 0 0.18 0.49 0.03 37.69 0.88 0.73
Hex F7 CA 7E 0 12 31 3 26 58 49
Octal 367 312 176 0 22 61 3 46 130 111
Binary 11110111 11001010 1111110 0 10010 110001 11 100110 1011000 1001001

Color Harmonies of #F7CA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CA7E

Black with #F7CA7E

Text Example


Text Example

White with #F7CA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CA7E; }

 p { color: rgb(247,202,126); }

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

background-color css

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

 a { background-color: rgb(247,202,126); }

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

border-color css

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

 span { border-color: rgb(247,202,126); }

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