Html Css Color HEX #F9D26A Grandis

📋 copy color: '#F9D26A'

red 249 ◦ green 210 ◦ blue 106

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

Shades of Grandis #F9D26A

Tints of Grandis #F9D26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.76%

R = 44.07%
G = 37.17%
B = 18.76%

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

#F9D26A (or 0xF9D26A) is known color: Grandis. HEX triplet: F9, D2 and 6A. RGB value is (249,210,106). Sum of RGB (Red+Green+Blue) = 249+210+106=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D26A is #062D95. Grayscale: #D2D2D2. Windows color (decimal): -404886 or 7000825. OLE color: 7000825.

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

Color convert

RGB 249 210 106 -
CMYK 0 0.16 0.57 0.02
HSL 43.64º 0.92% 0.7% -
HSV(B) 43.64º 0.57% 0.98% -
XYZ 64.72 67.27 23.21 -
YUV 209.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 249 210 106 0 0.16 0.57 0.02 43.64 0.92 0.7
Hex F9 D2 6A 0 10 39 2 2C 5C 46
Octal 371 322 152 0 20 71 2 54 134 106
Binary 11111001 11010010 1101010 0 10000 111001 10 101100 1011100 1000110

Color Harmonies of #F9D26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D26A

Black with #F9D26A

Text Example


Text Example

White with #F9D26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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