Html Css Color HEX #F7CC6E Grandis

📋 copy color: '#F7CC6E'

red 247 ◦ green 204 ◦ blue 110

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

Shades of Grandis #F7CC6E

Tints of Grandis #F7CC6E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.36%

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

R = 44.03%
G = 36.36%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7CC6E (or 0xF7CC6E) is known color: Grandis. HEX triplet: F7, CC and 6E. RGB value is (247,204,110). Sum of RGB (Red+Green+Blue) = 247+204+110=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CC6E is #083391. Grayscale: #CECECE. Windows color (decimal): -537490 or 7261431. OLE color: 7261431.

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

Color convert

RGB 247 204 110 -
CMYK 0 0.17 0.55 0.03
HSL 41.17º 0.9% 0.7% -
HSV(B) 41.17º 0.55% 0.97% -
XYZ 62.77 64.09 23.81 -
YUV 206.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 247 204 110 0 0.17 0.55 0.03 41.17 0.9 0.7
Hex F7 CC 6E 0 11 37 3 29 5A 46
Octal 367 314 156 0 21 67 3 51 132 106
Binary 11110111 11001100 1101110 0 10001 110111 11 101001 1011010 1000110

Color Harmonies of #F7CC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CC6E

Black with #F7CC6E

Text Example


Text Example

White with #F7CC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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