Html Css Color HEX #F9C364 Grandis

📋 copy color: '#F9C364'

red 249 ◦ green 195 ◦ blue 100

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

Shades of Grandis #F9C364

Tints of Grandis #F9C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.85%

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 45.77%
G = 35.85%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F9C364 (or 0xF9C364) is known color: Grandis. HEX triplet: F9, C3 and 64. RGB value is (249,195,100). Sum of RGB (Red+Green+Blue) = 249+195+100=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C364 is #063C9B. Grayscale: #C8C8C8. Windows color (decimal): -408732 or 6603769. OLE color: 6603769.

HSL color Cylindrical-coordinate representation of color #F9C364: hue angle of 38.26º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9C364 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 195 100 -
CMYK 0 0.22 0.60 0.02
HSL 38.26º 0.93% 0.68% -
HSV(B) 38.26º 0.6% 0.98% -
XYZ 60.88 60.09 20.45 -
YUV 200.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 249 195 100 0 0.22 0.60 0.02 38.26 0.93 0.68
Hex F9 C3 64 0 16 3C 2 26 5D 44
Octal 371 303 144 0 26 74 2 46 135 104
Binary 11111001 11000011 1100100 0 10110 111100 10 100110 1011101 1000100

Color Harmonies of #F9C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C364

Black with #F9C364

Text Example


Text Example

White with #F9C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C364; }

 p { color: rgb(249,195,100); }

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

background-color css

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

 a { background-color: rgb(249,195,100); }

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

border-color css

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

 span { border-color: rgb(249,195,100); }

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