Html Css Color HEX #F7C96E Grandis

📋 copy color: '#F7C96E'

red 247 ◦ green 201 ◦ blue 110

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

Shades of Grandis #F7C96E

Tints of Grandis #F7C96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.71%

R = 44.27%
G = 36.02%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7C96E (or 0xF7C96E) is known color: Grandis. HEX triplet: F7, C9 and 6E. RGB value is (247,201,110). Sum of RGB (Red+Green+Blue) = 247+201+110=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C96E is #083691. Grayscale: #CCCCCC. Windows color (decimal): -538258 or 7260663. OLE color: 7260663.

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

Color convert

RGB 247 201 110 -
CMYK 0 0.19 0.55 0.03
HSL 39.85º 0.9% 0.7% -
HSV(B) 39.85º 0.55% 0.97% -
XYZ 62.06 62.67 23.58 -
YUV 204.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 247 201 110 0 0.19 0.55 0.03 39.85 0.9 0.7
Hex F7 C9 6E 0 13 37 3 28 5A 46
Octal 367 311 156 0 23 67 3 50 132 106
Binary 11110111 11001001 1101110 0 10011 110111 11 101000 1011010 1000110

Color Harmonies of #F7C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C96E

Black with #F7C96E

Text Example


Text Example

White with #F7C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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