Html Css Color HEX #F9D26C Grandis

📋 copy color: '#F9D26C'

red 249 ◦ green 210 ◦ blue 108

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

Shades of Grandis #F9D26C

Tints of Grandis #F9D26C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.04%

 BLUE value IS 108 (42.58% from 255) = 19.05%

R = 43.92%
G = 37.04%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9D26C (or 0xF9D26C) is known color: Grandis. HEX triplet: F9, D2 and 6C. RGB value is (249,210,108). Sum of RGB (Red+Green+Blue) = 249+210+108=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D26C is #062D93. Grayscale: #D2D2D2. Windows color (decimal): -404884 or 7131897. OLE color: 7131897.

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

Color convert

RGB 249 210 108 -
CMYK 0 0.16 0.57 0.02
HSL 43.4º 0.92% 0.7% -
HSV(B) 43.4º 0.57% 0.98% -
XYZ 64.82 67.32 23.76 -
YUV 210.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 249 210 108 0 0.16 0.57 0.02 43.4 0.92 0.7
Hex F9 D2 6C 0 10 39 2 2B 5C 46
Octal 371 322 154 0 20 71 2 53 134 106
Binary 11111001 11010010 1101100 0 10000 111001 10 101011 1011100 1000110

Color Harmonies of #F9D26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D26C

Black with #F9D26C

Text Example


Text Example

White with #F9D26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D26C; }

 p { color: rgb(249,210,108); }

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

background-color css

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

 a { background-color: rgb(249,210,108); }

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

border-color css

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

 span { border-color: rgb(249,210,108); }

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