Html Css Color HEX #F7C765 Grandis

📋 copy color: '#F7C765'

red 247 ◦ green 199 ◦ blue 101

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

Shades of Grandis #F7C765

Tints of Grandis #F7C765

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.38%

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

R = 45.16%
G = 36.38%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F7C765 (or 0xF7C765) is known color: Grandis. HEX triplet: F7, C7 and 65. RGB value is (247,199,101). Sum of RGB (Red+Green+Blue) = 247+199+101=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C765 is #08389A. Grayscale: #CACACA. Windows color (decimal): -538779 or 6670327. OLE color: 6670327.

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

Color convert

RGB 247 199 101 -
CMYK 0 0.19 0.59 0.03
HSL 40.27º 0.9% 0.68% -
HSV(B) 40.27º 0.59% 0.97% -
XYZ 61.13 61.56 20.97 -
YUV 202.18 70.9 159.97 -
System Red Green Blue C M Y K H S L
Decimal 247 199 101 0 0.19 0.59 0.03 40.27 0.9 0.68
Hex F7 C7 65 0 13 3B 3 28 5A 44
Octal 367 307 145 0 23 73 3 50 132 104
Binary 11110111 11000111 1100101 0 10011 111011 11 101000 1011010 1000100

Color Harmonies of #F7C765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C765

Black with #F7C765

Text Example


Text Example

White with #F7C765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C765; }

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

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

background-color css

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

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

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

border-color css

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

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

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