Html Css Color HEX #F9CC6D Grandis

📋 copy color: '#F9CC6D'

red 249 ◦ green 204 ◦ blue 109

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

Shades of Grandis #F9CC6D

Tints of Grandis #F9CC6D

RGB

 RED value IS 249 (97.66% from 255) = 44.31%

 GREEN value IS 204 (80.08% from 255) = 36.3%

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

R = 44.31%
G = 36.3%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9CC6D (or 0xF9CC6D) is known color: Grandis. HEX triplet: F9, CC and 6D. RGB value is (249,204,109). Sum of RGB (Red+Green+Blue) = 249+204+109=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CC6D is #063392. Grayscale: #CFCFCF. Windows color (decimal): -406419 or 7195897. OLE color: 7195897.

HSL color Cylindrical-coordinate representation of color #F9CC6D: hue angle of 40.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9CC6D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 109 -
CMYK 0 0.18 0.56 0.02
HSL 40.71º 0.92% 0.7% -
HSV(B) 40.71º 0.56% 0.98% -
XYZ 63.42 64.43 23.56 -
YUV 206.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 249 204 109 0 0.18 0.56 0.02 40.71 0.92 0.7
Hex F9 CC 6D 0 12 38 2 29 5C 46
Octal 371 314 155 0 22 70 2 51 134 106
Binary 11111001 11001100 1101101 0 10010 111000 10 101001 1011100 1000110

Color Harmonies of #F9CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC6D

Black with #F9CC6D

Text Example


Text Example

White with #F9CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC6D; }

 p { color: rgb(249,204,109); }

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

background-color css

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

 a { background-color: rgb(249,204,109); }

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

border-color css

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

 span { border-color: rgb(249,204,109); }

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