Html Css Color HEX #FABB48 Golden Tainoi

📋 copy color: '#FABB48'

red 250 ◦ green 187 ◦ blue 72

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

Shades of Golden Tainoi #FABB48

Tints of Golden Tainoi #FABB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.15%

R = 49.12%
G = 36.74%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FABB48 (or 0xFABB48) is known color: Golden Tainoi. HEX triplet: FA, BB and 48. RGB value is (250,187,72). Sum of RGB (Red+Green+Blue) = 250+187+72=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB48 is #0544B7. Grayscale: #C1C1C1. Windows color (decimal): -345272 or 4766714. OLE color: 4766714.

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

Color convert

RGB 250 187 72 -
CMYK 0 0.25 0.71 0.02
HSL 38.76º 0.95% 0.63% -
HSV(B) 38.76º 0.71% 0.98% -
XYZ 58.36 56.33 13.93 -
YUV 192.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 250 187 72 0 0.25 0.71 0.02 38.76 0.95 0.63
Hex FA BB 48 0 19 47 2 27 5F 3F
Octal 372 273 110 0 31 107 2 47 137 77
Binary 11111010 10111011 1001000 0 11001 1000111 10 100111 1011111 111111

Color Harmonies of #FABB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB48

Black with #FABB48

Text Example


Text Example

White with #FABB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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