Html Css Color HEX #F9C048 Golden Tainoi

📋 copy color: '#F9C048'

red 249 ◦ green 192 ◦ blue 72

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

Shades of Golden Tainoi #F9C048

Tints of Golden Tainoi #F9C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

 BLUE value IS 72 (28.52% from 255) = 14.04%

R = 48.54%
G = 37.43%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F9C048 (or 0xF9C048) is known color: Golden Tainoi. HEX triplet: F9, C0 and 48. RGB value is (249,192,72). Sum of RGB (Red+Green+Blue) = 249+192+72=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C048 is #063FB7. Grayscale: #C3C3C3. Windows color (decimal): -409528 or 4767993. OLE color: 4767993.

HSL color Cylindrical-coordinate representation of color #F9C048: hue angle of 40.68º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9C048 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 192 72 -
CMYK 0 0.23 0.71 0.02
HSL 40.68º 0.94% 0.63% -
HSV(B) 40.68º 0.71% 0.98% -
XYZ 59.09 58.31 14.27 -
YUV 195.36 58.38 166.26 -
System Red Green Blue C M Y K H S L
Decimal 249 192 72 0 0.23 0.71 0.02 40.68 0.94 0.63
Hex F9 C0 48 0 17 47 2 29 5E 3F
Octal 371 300 110 0 27 107 2 51 136 77
Binary 11111001 11000000 1001000 0 10111 1000111 10 101001 1011110 111111

Color Harmonies of #F9C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C048

Black with #F9C048

Text Example


Text Example

White with #F9C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C048; }

 p { color: rgb(249,192,72); }

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

background-color css

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

 a { background-color: rgb(249,192,72); }

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

border-color css

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

 span { border-color: rgb(249,192,72); }

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