Html Css Color HEX #F9C968 Grandis

📋 copy color: '#F9C968'

red 249 ◦ green 201 ◦ blue 104

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

Shades of Grandis #F9C968

Tints of Grandis #F9C968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.77%

R = 44.95%
G = 36.28%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F9C968 (or 0xF9C968) is known color: Grandis. HEX triplet: F9, C9 and 68. RGB value is (249,201,104). Sum of RGB (Red+Green+Blue) = 249+201+104=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C968 is #063697. Grayscale: #CCCCCC. Windows color (decimal): -407192 or 6867449. OLE color: 6867449.

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

Color convert

RGB 249 201 104 -
CMYK 0 0.19 0.58 0.02
HSL 40.14º 0.92% 0.69% -
HSV(B) 40.14º 0.58% 0.98% -
XYZ 62.45 62.91 21.95 -
YUV 204.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 249 201 104 0 0.19 0.58 0.02 40.14 0.92 0.69
Hex F9 C9 68 0 13 3A 2 28 5C 45
Octal 371 311 150 0 23 72 2 50 134 105
Binary 11111001 11001001 1101000 0 10011 111010 10 101000 1011100 1000101

Color Harmonies of #F9C968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C968

Black with #F9C968

Text Example


Text Example

White with #F9C968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C968; }

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

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

background-color css

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

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

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

border-color css

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

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

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