Html Css Color HEX #FABA13 Selective Yellow

📋 copy color: '#FABA13'

red 250 ◦ green 186 ◦ blue 19

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

Shades of Selective Yellow #FABA13

Tints of Selective Yellow #FABA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.18%

R = 54.95%
G = 40.88%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FABA13 (or 0xFABA13) is known color: Selective Yellow. HEX triplet: FA, BA and 13. RGB value is (250,186,19). Sum of RGB (Red+Green+Blue) = 250+186+19=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA13 is #0545EC. Grayscale: #BABABA. Windows color (decimal): -345581 or 1293050. OLE color: 1293050.

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

Color convert

RGB 250 186 19 -
CMYK 0 0.26 0.92 0.02
HSL 43.38º 0.96% 0.53% -
HSV(B) 43.38º 0.92% 0.98% -
XYZ 57.1 55.49 8.32 -
YUV 186.1 33.7 173.58 -
System Red Green Blue C M Y K H S L
Decimal 250 186 19 0 0.26 0.92 0.02 43.38 0.96 0.53
Hex FA BA 13 0 1A 5C 2 2B 60 35
Octal 372 272 23 0 32 134 2 53 140 65
Binary 11111010 10111010 10011 0 11010 1011100 10 101011 1100000 110101

Color Harmonies of #FABA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA13

Black with #FABA13

Text Example


Text Example

White with #FABA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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