Html Css Color HEX #F9BE4A Golden Tainoi

📋 copy color: '#F9BE4A'

red 249 ◦ green 190 ◦ blue 74

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

Shades of Golden Tainoi #F9BE4A

Tints of Golden Tainoi #F9BE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.04%

 BLUE value IS 74 (29.3% from 255) = 14.42%

R = 48.54%
G = 37.04%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9BE4A (or 0xF9BE4A) is known color: Golden Tainoi. HEX triplet: F9, BE and 4A. RGB value is (249,190,74). Sum of RGB (Red+Green+Blue) = 249+190+74=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BE4A is #0641B5. Grayscale: #C2C2C2. Windows color (decimal): -410038 or 4898553. OLE color: 4898553.

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

Color convert

RGB 249 190 74 -
CMYK 0 0.24 0.70 0.02
HSL 39.77º 0.94% 0.63% -
HSV(B) 39.77º 0.7% 0.98% -
XYZ 58.72 57.46 14.47 -
YUV 194.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 249 190 74 0 0.24 0.70 0.02 39.77 0.94 0.63
Hex F9 BE 4A 0 18 46 2 28 5E 3F
Octal 371 276 112 0 30 106 2 50 136 77
Binary 11111001 10111110 1001010 0 11000 1000110 10 101000 1011110 111111

Color Harmonies of #F9BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BE4A

Black with #F9BE4A

Text Example


Text Example

White with #F9BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BE4A; }

 p { color: rgb(249,190,74); }

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

background-color css

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

 a { background-color: rgb(249,190,74); }

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

border-color css

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

 span { border-color: rgb(249,190,74); }

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