Html Css Color HEX #F9CC6F Grandis

📋 copy color: '#F9CC6F'

red 249 ◦ green 204 ◦ blue 111

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

Shades of Grandis #F9CC6F

Tints of Grandis #F9CC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.68%

R = 44.15%
G = 36.17%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9CC6F (or 0xF9CC6F) is known color: Grandis. HEX triplet: F9, CC and 6F. RGB value is (249,204,111). Sum of RGB (Red+Green+Blue) = 249+204+111=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CC6F is #063390. Grayscale: #CFCFCF. Windows color (decimal): -406417 or 7326969. OLE color: 7326969.

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

Color convert

RGB 249 204 111 -
CMYK 0 0.18 0.55 0.02
HSL 40.43º 0.92% 0.71% -
HSV(B) 40.43º 0.55% 0.98% -
XYZ 63.53 64.47 24.14 -
YUV 206.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 249 204 111 0 0.18 0.55 0.02 40.43 0.92 0.71
Hex F9 CC 6F 0 12 37 2 28 5C 47
Octal 371 314 157 0 22 67 2 50 134 107
Binary 11111001 11001100 1101111 0 10010 110111 10 101000 1011100 1000111

Color Harmonies of #F9CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC6F

Black with #F9CC6F

Text Example


Text Example

White with #F9CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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