Html Css Color HEX #F9BE4E Golden Tainoi

📋 copy color: '#F9BE4E'

red 249 ◦ green 190 ◦ blue 78

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

Shades of Golden Tainoi #F9BE4E

Tints of Golden Tainoi #F9BE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.09%

R = 48.16%
G = 36.75%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9BE4E (or 0xF9BE4E) is known color: Golden Tainoi. HEX triplet: F9, BE and 4E. RGB value is (249,190,78). Sum of RGB (Red+Green+Blue) = 249+190+78=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BE4E is #0641B1. Grayscale: #C3C3C3. Windows color (decimal): -410034 or 5160697. OLE color: 5160697.

HSL color Cylindrical-coordinate representation of color #F9BE4E: hue angle of 39.3º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9BE4E is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 190 78 -
CMYK 0 0.24 0.69 0.02
HSL 39.3º 0.93% 0.64% -
HSV(B) 39.3º 0.69% 0.98% -
XYZ 58.86 57.52 15.21 -
YUV 194.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 249 190 78 0 0.24 0.69 0.02 39.3 0.93 0.64
Hex F9 BE 4E 0 18 45 2 27 5D 40
Octal 371 276 116 0 30 105 2 47 135 100
Binary 11111001 10111110 1001110 0 11000 1000101 10 100111 1011101 1000000

Color Harmonies of #F9BE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BE4E

Black with #F9BE4E

Text Example


Text Example

White with #F9BE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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