Html Css Color HEX #F9C465 Grandis

📋 copy color: '#F9C465'

red 249 ◦ green 196 ◦ blue 101

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

Shades of Grandis #F9C465

Tints of Grandis #F9C465

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

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

R = 45.6%
G = 35.9%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F9C465 (or 0xF9C465) is known color: Grandis. HEX triplet: F9, C4 and 65. RGB value is (249,196,101). Sum of RGB (Red+Green+Blue) = 249+196+101=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C465 is #063B9A. Grayscale: #C9C9C9. Windows color (decimal): -408475 or 6669561. OLE color: 6669561.

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

Color convert

RGB 249 196 101 -
CMYK 0 0.21 0.59 0.02
HSL 38.51º 0.93% 0.69% -
HSV(B) 38.51º 0.59% 0.98% -
XYZ 61.16 60.56 20.78 -
YUV 201.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 249 196 101 0 0.21 0.59 0.02 38.51 0.93 0.69
Hex F9 C4 65 0 15 3B 2 27 5C 45
Octal 371 304 145 0 25 73 2 47 134 105
Binary 11111001 11000100 1100101 0 10101 111011 10 100111 1011100 1000101

Color Harmonies of #F9C465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C465

Black with #F9C465

Text Example


Text Example

White with #F9C465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C465; }

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

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

background-color css

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

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

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

border-color css

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

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

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