Html Css Color HEX #FABB52 Golden Tainoi

📋 copy color: '#FABB52'

red 250 ◦ green 187 ◦ blue 82

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

Shades of Golden Tainoi #FABB52

Tints of Golden Tainoi #FABB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.8%

R = 48.17%
G = 36.03%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FABB52 (or 0xFABB52) is known color: Golden Tainoi. HEX triplet: FA, BB and 52. RGB value is (250,187,82). Sum of RGB (Red+Green+Blue) = 250+187+82=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB52 is #0544AD. Grayscale: #C2C2C2. Windows color (decimal): -345262 or 5422074. OLE color: 5422074.

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

Color convert

RGB 250 187 82 -
CMYK 0 0.25 0.67 0.02
HSL 37.5º 0.94% 0.65% -
HSV(B) 37.5º 0.67% 0.98% -
XYZ 58.72 56.47 15.79 -
YUV 193.87 64.87 168.04 -
System Red Green Blue C M Y K H S L
Decimal 250 187 82 0 0.25 0.67 0.02 37.5 0.94 0.65
Hex FA BB 52 0 19 43 2 26 5E 41
Octal 372 273 122 0 31 103 2 46 136 101
Binary 11111010 10111011 1010010 0 11001 1000011 10 100110 1011110 1000001

Color Harmonies of #FABB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB52

Black with #FABB52

Text Example


Text Example

White with #FABB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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