Html Css Color HEX #F9C874 Grandis

📋 copy color: '#F9C874'

red 249 ◦ green 200 ◦ blue 116

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

Shades of Grandis #F9C874

Tints of Grandis #F9C874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.53%

R = 44.07%
G = 35.4%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9C874 (or 0xF9C874) is known color: Grandis. HEX triplet: F9, C8 and 74. RGB value is (249,200,116). Sum of RGB (Red+Green+Blue) = 249+200+116=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C874 is #06378B. Grayscale: #CDCDCD. Windows color (decimal): -407436 or 7653625. OLE color: 7653625.

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

Color convert

RGB 249 200 116 -
CMYK 0 0.20 0.53 0.02
HSL 37.89º 0.92% 0.72% -
HSV(B) 37.89º 0.53% 0.98% -
XYZ 62.87 62.71 25.31 -
YUV 205.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 249 200 116 0 0.20 0.53 0.02 37.89 0.92 0.72
Hex F9 C8 74 0 14 35 2 26 5C 48
Octal 371 310 164 0 24 65 2 46 134 110
Binary 11111001 11001000 1110100 0 10100 110101 10 100110 1011100 1001000

Color Harmonies of #F9C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C874

Black with #F9C874

Text Example


Text Example

White with #F9C874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C874; }

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

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

background-color css

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

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

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

border-color css

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

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

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