Html Css Color HEX #F7C46C Grandis

📋 copy color: '#F7C46C'

red 247 ◦ green 196 ◦ blue 108

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

Shades of Grandis #F7C46C

Tints of Grandis #F7C46C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.57%

 BLUE value IS 108 (42.58% from 255) = 19.6%

R = 44.83%
G = 35.57%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7C46C (or 0xF7C46C) is known color: Grandis. HEX triplet: F7, C4 and 6C. RGB value is (247,196,108). Sum of RGB (Red+Green+Blue) = 247+196+108=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C46C is #083B93. Grayscale: #C9C9C9. Windows color (decimal): -539540 or 7128311. OLE color: 7128311.

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

Color convert

RGB 247 196 108 -
CMYK 0 0.21 0.56 0.03
HSL 37.99º 0.9% 0.7% -
HSV(B) 37.99º 0.56% 0.97% -
XYZ 60.8 60.34 22.63 -
YUV 201.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 247 196 108 0 0.21 0.56 0.03 37.99 0.9 0.7
Hex F7 C4 6C 0 15 38 3 26 5A 46
Octal 367 304 154 0 25 70 3 46 132 106
Binary 11110111 11000100 1101100 0 10101 111000 11 100110 1011010 1000110

Color Harmonies of #F7C46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C46C

Black with #F7C46C

Text Example


Text Example

White with #F7C46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C46C; }

 p { color: rgb(247,196,108); }

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

background-color css

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

 a { background-color: rgb(247,196,108); }

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

border-color css

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

 span { border-color: rgb(247,196,108); }

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