Html Css Color HEX #F7C565 Grandis

📋 copy color: '#F7C565'

red 247 ◦ green 197 ◦ blue 101

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

Shades of Grandis #F7C565

Tints of Grandis #F7C565

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.15%

 BLUE value IS 101 (39.84% from 255) = 18.53%

R = 45.32%
G = 36.15%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F7C565 (or 0xF7C565) is known color: Grandis. HEX triplet: F7, C5 and 65. RGB value is (247,197,101). Sum of RGB (Red+Green+Blue) = 247+197+101=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C565 is #083A9A. Grayscale: #C9C9C9. Windows color (decimal): -539291 or 6669815. OLE color: 6669815.

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

Color convert

RGB 247 197 101 -
CMYK 0 0.20 0.59 0.03
HSL 39.45º 0.9% 0.68% -
HSV(B) 39.45º 0.59% 0.97% -
XYZ 60.67 60.65 20.82 -
YUV 201.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 247 197 101 0 0.20 0.59 0.03 39.45 0.9 0.68
Hex F7 C5 65 0 14 3B 3 27 5A 44
Octal 367 305 145 0 24 73 3 47 132 104
Binary 11110111 11000101 1100101 0 10100 111011 11 100111 1011010 1000100

Color Harmonies of #F7C565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C565

Black with #F7C565

Text Example


Text Example

White with #F7C565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C565; }

 p { color: rgb(247,197,101); }

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

background-color css

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

 a { background-color: rgb(247,197,101); }

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

border-color css

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

 span { border-color: rgb(247,197,101); }

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