Html Css Color HEX #FABF4A Golden Tainoi

📋 copy color: '#FABF4A'

red 250 ◦ green 191 ◦ blue 74

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

Shades of Golden Tainoi #FABF4A

Tints of Golden Tainoi #FABF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

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

R = 48.54%
G = 37.09%
B = 14.37%

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

#FABF4A (or 0xFABF4A) is known color: Golden Tainoi. HEX triplet: FA, BF and 4A. RGB value is (250,191,74). Sum of RGB (Red+Green+Blue) = 250+191+74=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABF4A is #0540B5. Grayscale: #C3C3C3. Windows color (decimal): -344246 or 4898810. OLE color: 4898810.

HSL color Cylindrical-coordinate representation of color #FABF4A: hue angle of 39.89º 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 #FABF4A is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 191 74 -
CMYK 0 0.24 0.70 0.02
HSL 39.89º 0.95% 0.64% -
HSV(B) 39.89º 0.7% 0.98% -
XYZ 59.29 58.08 14.56 -
YUV 195.3 59.55 167.01 -
System Red Green Blue C M Y K H S L
Decimal 250 191 74 0 0.24 0.70 0.02 39.89 0.95 0.64
Hex FA BF 4A 0 18 46 2 28 5F 40
Octal 372 277 112 0 30 106 2 50 137 100
Binary 11111010 10111111 1001010 0 11000 1000110 10 101000 1011111 1000000

Color Harmonies of #FABF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF4A

Black with #FABF4A

Text Example


Text Example

White with #FABF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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