Html Css Color HEX #FABA05 Selective Yellow

📋 copy color: '#FABA05'

red 250 ◦ green 186 ◦ blue 5

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

Shades of Selective Yellow #FABA05

Tints of Selective Yellow #FABA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 56.69%
G = 42.18%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FABA05 (or 0xFABA05) is known color: Selective Yellow. HEX triplet: FA, BA and 05. RGB value is (250,186,5). Sum of RGB (Red+Green+Blue) = 250+186+5=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA05 is #0545FA. Grayscale: #B9B9B9. Windows color (decimal): -345595 or 375546. OLE color: 375546.

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

Color convert

RGB 250 186 5 -
CMYK 0 0.26 0.98 0.02
HSL 44.33º 0.96% 0.5% -
HSV(B) 44.33º 0.98% 0.98% -
XYZ 57.01 55.45 7.84 -
YUV 184.5 26.7 174.72 -
System Red Green Blue C M Y K H S L
Decimal 250 186 5 0 0.26 0.98 0.02 44.33 0.96 0.5
Hex FA BA 5 0 1A 62 2 2C 60 32
Octal 372 272 5 0 32 142 2 54 140 62
Binary 11111010 10111010 101 0 11010 1100010 10 101100 1100000 110010

Color Harmonies of #FABA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA05

Black with #FABA05

Text Example


Text Example

White with #FABA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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