Html Css Color HEX #F9C369 Grandis

📋 copy color: '#F9C369'

red 249 ◦ green 195 ◦ blue 105

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

Shades of Grandis #F9C369

Tints of Grandis #F9C369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.52%

 BLUE value IS 105 (41.41% from 255) = 19.13%

R = 45.36%
G = 35.52%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F9C369 (or 0xF9C369) is known color: Grandis. HEX triplet: F9, C3 and 69. RGB value is (249,195,105). Sum of RGB (Red+Green+Blue) = 249+195+105=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C369 is #063C96. Grayscale: #C9C9C9. Windows color (decimal): -408727 or 6931449. OLE color: 6931449.

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

Color convert

RGB 249 195 105 -
CMYK 0 0.22 0.58 0.02
HSL 37.5º 0.92% 0.69% -
HSV(B) 37.5º 0.58% 0.98% -
XYZ 61.13 60.19 21.76 -
YUV 200.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 249 195 105 0 0.22 0.58 0.02 37.5 0.92 0.69
Hex F9 C3 69 0 16 3A 2 26 5C 45
Octal 371 303 151 0 26 72 2 46 134 105
Binary 11111001 11000011 1101001 0 10110 111010 10 100110 1011100 1000101

Color Harmonies of #F9C369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C369

Black with #F9C369

Text Example


Text Example

White with #F9C369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C369; }

 p { color: rgb(249,195,105); }

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

background-color css

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

 a { background-color: rgb(249,195,105); }

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

border-color css

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

 span { border-color: rgb(249,195,105); }

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