Html Css Color HEX #F9C865 Grandis

📋 copy color: '#F9C865'

red 249 ◦ green 200 ◦ blue 101

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

Shades of Grandis #F9C865

Tints of Grandis #F9C865

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.36%

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

R = 45.27%
G = 36.36%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F9C865 (or 0xF9C865) is known color: Grandis. HEX triplet: F9, C8 and 65. RGB value is (249,200,101). Sum of RGB (Red+Green+Blue) = 249+200+101=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C865 is #06379A. Grayscale: #CBCBCB. Windows color (decimal): -407451 or 6670585. OLE color: 6670585.

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

Color convert

RGB 249 200 101 -
CMYK 0 0.20 0.59 0.02
HSL 40.14º 0.93% 0.69% -
HSV(B) 40.14º 0.59% 0.98% -
XYZ 62.07 62.39 21.08 -
YUV 203.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 249 200 101 0 0.20 0.59 0.02 40.14 0.93 0.69
Hex F9 C8 65 0 14 3B 2 28 5C 45
Octal 371 310 145 0 24 73 2 50 134 105
Binary 11111001 11001000 1100101 0 10100 111011 10 101000 1011100 1000101

Color Harmonies of #F9C865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C865

Black with #F9C865

Text Example


Text Example

White with #F9C865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C865; }

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

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

background-color css

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

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

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

border-color css

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

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

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