Html Css Color HEX #F9CC65 Grandis

📋 copy color: '#F9CC65'

red 249 ◦ green 204 ◦ blue 101

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

Shades of Grandis #F9CC65

Tints of Grandis #F9CC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.23%

R = 44.95%
G = 36.82%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F9CC65 (or 0xF9CC65) is known color: Grandis. HEX triplet: F9, CC and 65. RGB value is (249,204,101). Sum of RGB (Red+Green+Blue) = 249+204+101=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CC65 is #06339A. Grayscale: #CECECE. Windows color (decimal): -406427 or 6671609. OLE color: 6671609.

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

Color convert

RGB 249 204 101 -
CMYK 0 0.18 0.59 0.02
HSL 41.76º 0.93% 0.69% -
HSV(B) 41.76º 0.59% 0.98% -
XYZ 63.01 64.27 21.4 -
YUV 205.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 249 204 101 0 0.18 0.59 0.02 41.76 0.93 0.69
Hex F9 CC 65 0 12 3B 2 2A 5C 45
Octal 371 314 145 0 22 73 2 52 134 105
Binary 11111001 11001100 1100101 0 10010 111011 10 101010 1011100 1000101

Color Harmonies of #F9CC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC65

Black with #F9CC65

Text Example


Text Example

White with #F9CC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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