Html Css Color HEX #F9C248 Golden Tainoi

📋 copy color: '#F9C248'

red 249 ◦ green 194 ◦ blue 72

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

Shades of Golden Tainoi #F9C248

Tints of Golden Tainoi #F9C248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.67%

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

R = 48.35%
G = 37.67%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F9C248 (or 0xF9C248) is known color: Golden Tainoi. HEX triplet: F9, C2 and 48. RGB value is (249,194,72). Sum of RGB (Red+Green+Blue) = 249+194+72=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C248 is #063DB7. Grayscale: #C5C5C5. Windows color (decimal): -409016 or 4768505. OLE color: 4768505.

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

Color convert

RGB 249 194 72 -
CMYK 0 0.22 0.71 0.02
HSL 41.36º 0.94% 0.63% -
HSV(B) 41.36º 0.71% 0.98% -
XYZ 59.53 59.19 14.42 -
YUV 196.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 249 194 72 0 0.22 0.71 0.02 41.36 0.94 0.63
Hex F9 C2 48 0 16 47 2 29 5E 3F
Octal 371 302 110 0 26 107 2 51 136 77
Binary 11111001 11000010 1001000 0 10110 1000111 10 101001 1011110 111111

Color Harmonies of #F9C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C248

Black with #F9C248

Text Example


Text Example

White with #F9C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C248; }

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

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

background-color css

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

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

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

border-color css

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

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

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