Html Css Color HEX #F7C975 Grandis

📋 copy color: '#F7C975'

red 247 ◦ green 201 ◦ blue 117

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

Shades of Grandis #F7C975

Tints of Grandis #F7C975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.58%

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 43.72%
G = 35.58%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F7C975 (or 0xF7C975) is known color: Grandis. HEX triplet: F7, C9 and 75. RGB value is (247,201,117). Sum of RGB (Red+Green+Blue) = 247+201+117=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C975 is #08368A. Grayscale: #CDCDCD. Windows color (decimal): -538251 or 7719415. OLE color: 7719415.

HSL color Cylindrical-coordinate representation of color #F7C975: hue angle of 38.77º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7C975 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 201 117 -
CMYK 0 0.19 0.53 0.03
HSL 38.77º 0.89% 0.71% -
HSV(B) 38.77º 0.53% 0.97% -
XYZ 62.46 62.83 25.67 -
YUV 205.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 247 201 117 0 0.19 0.53 0.03 38.77 0.89 0.71
Hex F7 C9 75 0 13 35 3 27 59 47
Octal 367 311 165 0 23 65 3 47 131 107
Binary 11110111 11001001 1110101 0 10011 110101 11 100111 1011001 1000111

Color Harmonies of #F7C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C975

Black with #F7C975

Text Example


Text Example

White with #F7C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C975; }

 p { color: rgb(247,201,117); }

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

background-color css

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

 a { background-color: rgb(247,201,117); }

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

border-color css

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

 span { border-color: rgb(247,201,117); }

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