Html Css Color HEX #FABB4A Golden Tainoi

📋 copy color: '#FABB4A'

red 250 ◦ green 187 ◦ blue 74

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

Shades of Golden Tainoi #FABB4A

Tints of Golden Tainoi #FABB4A

RGB

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

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

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

R = 48.92%
G = 36.59%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FABB4A (or 0xFABB4A) is known color: Golden Tainoi. HEX triplet: FA, BB and 4A. RGB value is (250,187,74). Sum of RGB (Red+Green+Blue) = 250+187+74=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB4A is #0544B5. Grayscale: #C1C1C1. Windows color (decimal): -345270 or 4897786. OLE color: 4897786.

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

Color convert

RGB 250 187 74 -
CMYK 0 0.25 0.70 0.02
HSL 38.52º 0.95% 0.64% -
HSV(B) 38.52º 0.7% 0.98% -
XYZ 58.43 56.36 14.28 -
YUV 192.96 60.87 168.69 -
System Red Green Blue C M Y K H S L
Decimal 250 187 74 0 0.25 0.70 0.02 38.52 0.95 0.64
Hex FA BB 4A 0 19 46 2 27 5F 40
Octal 372 273 112 0 31 106 2 47 137 100
Binary 11111010 10111011 1001010 0 11001 1000110 10 100111 1011111 1000000

Color Harmonies of #FABB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB4A

Black with #FABB4A

Text Example


Text Example

White with #FABB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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