Html Css Color HEX #F9C873 Grandis

📋 copy color: '#F9C873'

red 249 ◦ green 200 ◦ blue 115

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

Shades of Grandis #F9C873

Tints of Grandis #F9C873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 44.15%
G = 35.46%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F9C873 (or 0xF9C873) is known color: Grandis. HEX triplet: F9, C8 and 73. RGB value is (249,200,115). Sum of RGB (Red+Green+Blue) = 249+200+115=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C873 is #06378C. Grayscale: #CDCDCD. Windows color (decimal): -407437 or 7588089. OLE color: 7588089.

HSL color Cylindrical-coordinate representation of color #F9C873: hue angle of 38.06º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9C873 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 200 115 -
CMYK 0 0.20 0.54 0.02
HSL 38.06º 0.92% 0.71% -
HSV(B) 38.06º 0.54% 0.98% -
XYZ 62.82 62.69 25.01 -
YUV 204.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 249 200 115 0 0.20 0.54 0.02 38.06 0.92 0.71
Hex F9 C8 73 0 14 36 2 26 5C 47
Octal 371 310 163 0 24 66 2 46 134 107
Binary 11111001 11001000 1110011 0 10100 110110 10 100110 1011100 1000111

Color Harmonies of #F9C873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C873

Black with #F9C873

Text Example


Text Example

White with #F9C873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C873; }

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

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

background-color css

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

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

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

border-color css

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

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

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