Html Css Color HEX #FABA03 Selective Yellow

📋 copy color: '#FABA03'

red 250 ◦ green 186 ◦ blue 3

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

Shades of Selective Yellow #FABA03

Tints of Selective Yellow #FABA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.37%

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 56.95%
G = 42.37%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FABA03 (or 0xFABA03) is known color: Selective Yellow. HEX triplet: FA, BA and 03. RGB value is (250,186,3). Sum of RGB (Red+Green+Blue) = 250+186+3=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA03 is #0545FC. Grayscale: #B9B9B9. Windows color (decimal): -345597 or 244474. OLE color: 244474.

HSL color Cylindrical-coordinate representation of color #FABA03: hue angle of 44.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FABA03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 3 -
CMYK 0 0.26 0.99 0.02
HSL 44.45º 0.98% 0.5% -
HSV(B) 44.45º 0.99% 0.98% -
XYZ 57 55.45 7.78 -
YUV 184.27 25.7 174.88 -
System Red Green Blue C M Y K H S L
Decimal 250 186 3 0 0.26 0.99 0.02 44.45 0.98 0.5
Hex FA BA 3 0 1A 63 2 2C 62 32
Octal 372 272 3 0 32 143 2 54 142 62
Binary 11111010 10111010 11 0 11010 1100011 10 101100 1100010 110010

Color Harmonies of #FABA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA03

Black with #FABA03

Text Example


Text Example

White with #FABA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA03; }

 p { color: rgb(250,186,3); }

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

background-color css

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

 a { background-color: rgb(250,186,3); }

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

border-color css

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

 span { border-color: rgb(250,186,3); }

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