Html Css Color HEX #FABB50 Golden Tainoi

📋 copy color: '#FABB50'

red 250 ◦ green 187 ◦ blue 80

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

Shades of Golden Tainoi #FABB50

Tints of Golden Tainoi #FABB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.47%

R = 48.36%
G = 36.17%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FABB50 (or 0xFABB50) is known color: Golden Tainoi. HEX triplet: FA, BB and 50. RGB value is (250,187,80). Sum of RGB (Red+Green+Blue) = 250+187+80=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB50 is #0544AF. Grayscale: #C2C2C2. Windows color (decimal): -345264 or 5291002. OLE color: 5291002.

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

Color convert

RGB 250 187 80 -
CMYK 0 0.25 0.68 0.02
HSL 37.76º 0.94% 0.65% -
HSV(B) 37.76º 0.68% 0.98% -
XYZ 58.64 56.44 15.39 -
YUV 193.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 250 187 80 0 0.25 0.68 0.02 37.76 0.94 0.65
Hex FA BB 50 0 19 44 2 26 5E 41
Octal 372 273 120 0 31 104 2 46 136 101
Binary 11111010 10111011 1010000 0 11001 1000100 10 100110 1011110 1000001

Color Harmonies of #FABB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB50

Black with #FABB50

Text Example


Text Example

White with #FABB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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