Html Css Color HEX #F7C465 Grandis

📋 copy color: '#F7C465'

red 247 ◦ green 196 ◦ blue 101

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

Shades of Grandis #F7C465

Tints of Grandis #F7C465

RGB

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

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

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

R = 45.4%
G = 36.03%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F7C465 (or 0xF7C465) is known color: Grandis. HEX triplet: F7, C4 and 65. RGB value is (247,196,101). Sum of RGB (Red+Green+Blue) = 247+196+101=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C465 is #083B9A. Grayscale: #C8C8C8. Windows color (decimal): -539547 or 6669559. OLE color: 6669559.

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

Color convert

RGB 247 196 101 -
CMYK 0 0.21 0.59 0.03
HSL 39.04º 0.9% 0.68% -
HSV(B) 39.04º 0.59% 0.97% -
XYZ 60.45 60.19 20.74 -
YUV 200.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 247 196 101 0 0.21 0.59 0.03 39.04 0.9 0.68
Hex F7 C4 65 0 15 3B 3 27 5A 44
Octal 367 304 145 0 25 73 3 47 132 104
Binary 11110111 11000100 1100101 0 10101 111011 11 100111 1011010 1000100

Color Harmonies of #F7C465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C465

Black with #F7C465

Text Example


Text Example

White with #F7C465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C465; }

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

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

background-color css

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

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

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

border-color css

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

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

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