Html Css Color HEX #F9CC6B Grandis

📋 copy color: '#F9CC6B'

red 249 ◦ green 204 ◦ blue 107

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

Shades of Grandis #F9CC6B

Tints of Grandis #F9CC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.11%

R = 44.46%
G = 36.43%
B = 19.11%

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

#F9CC6B (or 0xF9CC6B) is known color: Grandis. HEX triplet: F9, CC and 6B. RGB value is (249,204,107). Sum of RGB (Red+Green+Blue) = 249+204+107=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CC6B is #063394. Grayscale: #CECECE. Windows color (decimal): -406421 or 7064825. OLE color: 7064825.

HSL color Cylindrical-coordinate representation of color #F9CC6B: hue angle of 40.99º 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 #F9CC6B is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 107 -
CMYK 0 0.18 0.57 0.02
HSL 40.99º 0.92% 0.7% -
HSV(B) 40.99º 0.57% 0.98% -
XYZ 63.31 64.39 23 -
YUV 206.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 249 204 107 0 0.18 0.57 0.02 40.99 0.92 0.7
Hex F9 CC 6B 0 12 39 2 29 5C 46
Octal 371 314 153 0 22 71 2 51 134 106
Binary 11111001 11001100 1101011 0 10010 111001 10 101001 1011100 1000110

Color Harmonies of #F9CC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC6B

Black with #F9CC6B

Text Example


Text Example

White with #F9CC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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