Html Css Color HEX #F9C266 Grandis

📋 copy color: '#F9C266'

red 249 ◦ green 194 ◦ blue 102

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

Shades of Grandis #F9C266

Tints of Grandis #F9C266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

 BLUE value IS 102 (40.23% from 255) = 18.72%

R = 45.69%
G = 35.6%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F9C266 (or 0xF9C266) is known color: Grandis. HEX triplet: F9, C2 and 66. RGB value is (249,194,102). Sum of RGB (Red+Green+Blue) = 249+194+102=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C266 is #063D99. Grayscale: #C8C8C8. Windows color (decimal): -408986 or 6734585. OLE color: 6734585.

HSL color Cylindrical-coordinate representation of color #F9C266: hue angle of 37.55º degrees, saturation: 0.92, 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 #F9C266 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 194 102 -
CMYK 0 0.22 0.59 0.02
HSL 37.55º 0.92% 0.69% -
HSV(B) 37.55º 0.59% 0.98% -
XYZ 60.76 59.68 20.89 -
YUV 199.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 249 194 102 0 0.22 0.59 0.02 37.55 0.92 0.69
Hex F9 C2 66 0 16 3B 2 26 5C 45
Octal 371 302 146 0 26 73 2 46 134 105
Binary 11111001 11000010 1100110 0 10110 111011 10 100110 1011100 1000101

Color Harmonies of #F9C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C266

Black with #F9C266

Text Example


Text Example

White with #F9C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C266; }

 p { color: rgb(249,194,102); }

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

background-color css

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

 a { background-color: rgb(249,194,102); }

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

border-color css

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

 span { border-color: rgb(249,194,102); }

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