Html Css Color HEX #F9CC6C Grandis

📋 copy color: '#F9CC6C'

red 249 ◦ green 204 ◦ blue 108

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

Shades of Grandis #F9CC6C

Tints of Grandis #F9CC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.25%

R = 44.39%
G = 36.36%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9CC6C (or 0xF9CC6C) is known color: Grandis. HEX triplet: F9, CC and 6C. RGB value is (249,204,108). Sum of RGB (Red+Green+Blue) = 249+204+108=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CC6C is #063393. Grayscale: #CECECE. Windows color (decimal): -406420 or 7130361. OLE color: 7130361.

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

Color convert

RGB 249 204 108 -
CMYK 0 0.18 0.57 0.02
HSL 40.85º 0.92% 0.7% -
HSV(B) 40.85º 0.57% 0.98% -
XYZ 63.37 64.41 23.28 -
YUV 206.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 249 204 108 0 0.18 0.57 0.02 40.85 0.92 0.7
Hex F9 CC 6C 0 12 39 2 29 5C 46
Octal 371 314 154 0 22 71 2 51 134 106
Binary 11111001 11001100 1101100 0 10010 111001 10 101001 1011100 1000110

Color Harmonies of #F9CC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC6C

Black with #F9CC6C

Text Example


Text Example

White with #F9CC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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