Html Css Color HEX #F7C973 Grandis

📋 copy color: '#F7C973'

red 247 ◦ green 201 ◦ blue 115

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

Shades of Grandis #F7C973

Tints of Grandis #F7C973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.43%

R = 43.87%
G = 35.7%
B = 20.43%

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

#F7C973 (or 0xF7C973) is known color: Grandis. HEX triplet: F7, C9 and 73. RGB value is (247,201,115). Sum of RGB (Red+Green+Blue) = 247+201+115=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C973 is #08368C. Grayscale: #CDCDCD. Windows color (decimal): -538253 or 7588343. OLE color: 7588343.

HSL color Cylindrical-coordinate representation of color #F7C973: hue angle of 39.09º 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 #F7C973 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 201 115 -
CMYK 0 0.19 0.53 0.03
HSL 39.09º 0.89% 0.71% -
HSV(B) 39.09º 0.53% 0.97% -
XYZ 62.34 62.79 25.05 -
YUV 204.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 247 201 115 0 0.19 0.53 0.03 39.09 0.89 0.71
Hex F7 C9 73 0 13 35 3 27 59 47
Octal 367 311 163 0 23 65 3 47 131 107
Binary 11110111 11001001 1110011 0 10011 110101 11 100111 1011001 1000111

Color Harmonies of #F7C973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C973

Black with #F7C973

Text Example


Text Example

White with #F7C973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C973; }

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

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

background-color css

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

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

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

border-color css

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

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

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