Html Css Color HEX #F7CF76 Grandis

📋 copy color: '#F7CF76'

red 247 ◦ green 207 ◦ blue 118

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

Shades of Grandis #F7CF76

Tints of Grandis #F7CF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

 BLUE value IS 118 (46.48% from 255) = 20.63%

R = 43.18%
G = 36.19%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F7CF76 (or 0xF7CF76) is known color: Grandis. HEX triplet: F7, CF and 76. RGB value is (247,207,118). Sum of RGB (Red+Green+Blue) = 247+207+118=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF76 is #083089. Grayscale: #D1D1D1. Windows color (decimal): -536714 or 7786487. OLE color: 7786487.

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

Color convert

RGB 247 207 118 -
CMYK 0 0.16 0.52 0.03
HSL 41.4º 0.89% 0.72% -
HSV(B) 41.4º 0.52% 0.97% -
XYZ 63.94 65.71 26.45 -
YUV 208.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 247 207 118 0 0.16 0.52 0.03 41.4 0.89 0.72
Hex F7 CF 76 0 10 34 3 29 59 48
Octal 367 317 166 0 20 64 3 51 131 110
Binary 11110111 11001111 1110110 0 10000 110100 11 101001 1011001 1001000

Color Harmonies of #F7CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF76

Black with #F7CF76

Text Example


Text Example

White with #F7CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF76; }

 p { color: rgb(247,207,118); }

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

background-color css

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

 a { background-color: rgb(247,207,118); }

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

border-color css

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

 span { border-color: rgb(247,207,118); }

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