Html Css Color HEX #F9C975 Grandis

📋 copy color: '#F9C975'

red 249 ◦ green 201 ◦ blue 117

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

Shades of Grandis #F9C975

Tints of Grandis #F9C975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.45%

 BLUE value IS 117 (46.09% from 255) = 20.63%

R = 43.92%
G = 35.45%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9C975 (or 0xF9C975) is known color: Grandis. HEX triplet: F9, C9 and 75. RGB value is (249,201,117). Sum of RGB (Red+Green+Blue) = 249+201+117=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C975 is #06368A. Grayscale: #CECECE. Windows color (decimal): -407179 or 7719417. OLE color: 7719417.

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

Color convert

RGB 249 201 117 -
CMYK 0 0.19 0.53 0.02
HSL 38.18º 0.92% 0.72% -
HSV(B) 38.18º 0.53% 0.98% -
XYZ 63.16 63.2 25.7 -
YUV 205.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 249 201 117 0 0.19 0.53 0.02 38.18 0.92 0.72
Hex F9 C9 75 0 13 35 2 26 5C 48
Octal 371 311 165 0 23 65 2 46 134 110
Binary 11111001 11001001 1110101 0 10011 110101 10 100110 1011100 1001000

Color Harmonies of #F9C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C975

Black with #F9C975

Text Example


Text Example

White with #F9C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C975; }

 p { color: rgb(249,201,117); }

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

background-color css

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

 a { background-color: rgb(249,201,117); }

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

border-color css

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

 span { border-color: rgb(249,201,117); }

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