Html Css Color HEX #F4C96D Grandis

📋 copy color: '#F4C96D'

red 244 ◦ green 201 ◦ blue 109

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

Shades of Grandis #F4C96D

Tints of Grandis #F4C96D

RGB

 RED value IS 244 (95.7% from 255) = 44.04%

 GREEN value IS 201 (78.91% from 255) = 36.28%

 BLUE value IS 109 (42.97% from 255) = 19.68%

R = 44.04%
G = 36.28%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4C96D (or 0xF4C96D) is known color: Grandis. HEX triplet: F4, C9 and 6D. RGB value is (244,201,109). Sum of RGB (Red+Green+Blue) = 244+201+109=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C96D is #0B3692. Grayscale: #CBCBCB. Windows color (decimal): -734867 or 7195124. OLE color: 7195124.

HSL color Cylindrical-coordinate representation of color #F4C96D: hue angle of 40.89º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4C96D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 201 109 -
CMYK 0 0.18 0.55 0.04
HSL 40.89º 0.86% 0.69% -
HSV(B) 40.89º 0.55% 0.96% -
XYZ 60.96 62.11 23.24 -
YUV 203.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 244 201 109 0 0.18 0.55 0.04 40.89 0.86 0.69
Hex F4 C9 6D 0 12 37 4 29 56 45
Octal 364 311 155 0 22 67 4 51 126 105
Binary 11110100 11001001 1101101 0 10010 110111 100 101001 1010110 1000101

Color Harmonies of #F4C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C96D

Black with #F4C96D

Text Example


Text Example

White with #F4C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C96D; }

 p { color: rgb(244,201,109); }

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

background-color css

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

 a { background-color: rgb(244,201,109); }

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

border-color css

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

 span { border-color: rgb(244,201,109); }

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