Html Css Color HEX #FABB46 Golden Tainoi

📋 copy color: '#FABB46'

red 250 ◦ green 187 ◦ blue 70

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

Shades of Golden Tainoi #FABB46

Tints of Golden Tainoi #FABB46

RGB

 RED value IS 250 (98.05% from 255) = 49.31%

 GREEN value IS 187 (73.44% from 255) = 36.88%

 BLUE value IS 70 (27.73% from 255) = 13.81%

R = 49.31%
G = 36.88%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FABB46 (or 0xFABB46) is known color: Golden Tainoi. HEX triplet: FA, BB and 46. RGB value is (250,187,70). Sum of RGB (Red+Green+Blue) = 250+187+70=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB46 is #0544B9. Grayscale: #C1C1C1. Windows color (decimal): -345274 or 4635642. OLE color: 4635642.

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

Color convert

RGB 250 187 70 -
CMYK 0 0.25 0.72 0.02
HSL 39º 0.95% 0.63% -
HSV(B) 39º 0.72% 0.98% -
XYZ 58.3 56.31 13.59 -
YUV 192.5 58.87 169.01 -
System Red Green Blue C M Y K H S L
Decimal 250 187 70 0 0.25 0.72 0.02 39 0.95 0.63
Hex FA BB 46 0 19 48 2 27 5F 3F
Octal 372 273 106 0 31 110 2 47 137 77
Binary 11111010 10111011 1000110 0 11001 1001000 10 100111 1011111 111111

Color Harmonies of #FABB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB46

Black with #FABB46

Text Example


Text Example

White with #FABB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB46; }

 p { color: rgb(250,187,70); }

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

background-color css

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

 a { background-color: rgb(250,187,70); }

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

border-color css

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

 span { border-color: rgb(250,187,70); }

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